X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fgmqcc.1;h=b621004b7bf76e4d85bdb226f9685fa66b4fe7cd;hp=5902fb42b1ecc3b4fe04b627f2c2f1841decd79c;hb=babdebee797f07a3478d7af532536b6f44b33046;hpb=3d9760473bcffd964511cf2df3a484a85d87a818 diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 5902fb4..b621004 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -396,6 +396,11 @@ result. This can reduce the size of the global section. This will not have declared variables overlap, even if it was possible. .TP +.B -Oglobal-temps +Causes temporary values which do not need to be backed up on a CALL to +not be stored in the function's locals-area. With this, a CALL to a +function may need to back up fewer values and thus execute faster. +.TP .B -Ostrip-constant-names Don't generate defs for immediate values or even declared constants. Meaning variables which are implicitly constant or qualified as such