-
Notifications
You must be signed in to change notification settings - Fork 64
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
Discrepancy of OP_RAVI_TOSTRING between VM and JIT #225
Comments
The same behavior can be seen for |
Yay, really. It turns out that we don't have to break backwards compatibility with proposed change. |
Sorry my bad. I think my original LLVM backend matched the interpreter semantics. |
For now I pushed some changes to improve consistency between JIT & VM. |
Hi @XmiliaH if you are able to check that the behavior is consistent now please let me know. |
As noted in #223 (comment) there is a discrepancy between the VM and JIT for the
OP_RAVI_TOSTRING
. The VM allowsnil
, however, the JIT doesn't.Following code produces an error after the function is compiled:
The text was updated successfully, but these errors were encountered: