Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read inputs from file to avoid compilers removing computations? #64

Open
StefanKarpinski opened this issue Apr 13, 2022 · 0 comments
Open

Comments

@StefanKarpinski
Copy link
Sponsor Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant