mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
6931aca983
This allows the compiler to skip stack guards on some functions, leading to better performance at limited security expanse. Examples of such functions include isqrt64 and ComponentManager::PostMessage.