Files
wren/util
Bob Nystrom a8961f817e feat: switch release build optimization from -Os to -O3 for performance
Change the C compiler optimization flag in util/wren.mk from -Os (size-optimized) to -O3 (aggressive speed optimization) for release builds. Benchmarks show consistent speed improvements across 10 of 11 tests, with gains ranging from 2.5% to 12.6% relative to baseline, and only method_call showing a minor 5.4% regression.
2015-11-10 15:33:15 +00:00
..