-
Notifications
You must be signed in to change notification settings - Fork 66
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
Some AOT Issues. #244
Labels
Comments
Okay thank you for the report - I will look at what's happening. |
I couldn't reproduce the issue. This test works
Perhaps you get the failure in a wider context? Ignore - I do see the issue |
dibyendumajumdar
added a commit
to dibyendumajumdar/ravi-compiler
that referenced
this issue
Jun 12, 2022
dibyendumajumdar
added a commit
that referenced
this issue
Jun 12, 2022
hi @An0nyMooUS I fixed the first issue. Thank you for the bug report |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I really liked this AOT system, I intend to use it in my project.
For this, I will collaborate with some issues that I am discovering :)
if
expression. (maybe cannot determine bool value 🤔 )assert(reg < MAXBIT);
failed.pseudo_gen_free(PseudoGenerator *generator, unsigned reg)
The text was updated successfully, but these errors were encountered: