-
Notifications
You must be signed in to change notification settings - Fork 13
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
impala compiler hangs (diverges?) compiling parameterized factorial #58
Comments
Interestingly, non-recursive version gets collapsed into "return 120" even without adding any @ annotations
|
This, is some new stuff I'm working on. Works in thorin's eurollvm branch. |
Ah, I see. I built AnyDSL using the provided "setup.sh". Is it enough to just checkout the thorin/eurollvm, or shall I modify config.sh/other places too? |
just checkout eurollvm branch in thorin and re-fire setup.sh |
Yep it works then! Thanks a lot! |
I wouldn't close this one until we merge to master. There are still a couple of regressions. |
Code:
Note there are no specialization annotations (@), adding halt annotations ($) doesnt seem to help either.
This same code is trivially runnable in JS console:
The text was updated successfully, but these errors were encountered: