We've been hacking around compilers eliminating computations entirely because we're generally applying pure functions to constant values. We could refactor the benchmarks to read input values from a file which would prevent the constant folding problem more robustly and otherwise allow the compilers to do their thing.
We've been hacking around compilers eliminating computations entirely because we're generally applying pure functions to constant values. We could refactor the benchmarks to read input values from a file which would prevent the constant folding problem more robustly and otherwise allow the compilers to do their thing.