You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: