Files
wren/util
Bob Nystrom 527d936c55 perf: enable link-time optimization and whole-program compilation in wren.mk for CLI builds
Add `-flto` to `C_OPTIONS` and replace the CLI linker invocation with `-fwhole-program`, yielding 5-45% performance improvements across benchmarks (e.g., api_call +30%, binary_trees +12%, fib +20%).
2016-01-20 15:47:00 +00:00
..