Go to file
Kp 53bf638c2c Cache valptridx success check
Use a compound statement to cache the success condition as a local
boolean, then reference the local in the macro expansions.  This should
hint to the optimizer that this is always the same expression, which
should encourage it not to repeat the test in the generated code.

Actual results vary.  x86_64-pc-linux-gnu-g++-5.4.0 generates code that
is bigger, but uses fewer instructions.
2016-12-10 17:51:07 +00:00
common Cache valptridx success check 2016-12-10 17:51:07 +00:00
contrib Add -O0 flags for the Debug and Editor builds in Xcode. 2016-09-28 11:18:46 +08:00
d1x-rebirth Merge pull #266 into master 2016-11-19 18:09:26 +00:00
d2x-rebirth Return segidx from escort_get_goal_segment 2016-12-05 00:26:10 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Pass vcsegptridx to multi_send_light_specific 2016-12-10 17:51:07 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
INSTALL.markdown Add kreator's elaborations to Mac OS X install instructions 2016-09-11 18:49:16 +00:00
SConstruct Require support for reference qualified methods 2016-12-10 17:51:07 +00:00