We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code raises NotImplementedError running under the JIT, but completes successfully (incorrectly) under IR interpreter:
if defined?(Process::RLIMIT_AS) Process.rlimit # This should raise end
I have not started examining the IR this is producing, nor why it works properly in JIT.
The text was updated successfully, but these errors were encountered:
Tagging @subbuss and @enebo.
Sorry, something went wrong.
This never actually worked but was masked by #2776.
48b2185
dbffda3
@subbuss Very nice :-) I was going to circle back to this after today's audit, but yay for having it fixed!
No branches or pull requests
This code raises NotImplementedError running under the JIT, but completes successfully (incorrectly) under IR interpreter:
I have not started examining the IR this is producing, nor why it works properly in JIT.
The text was updated successfully, but these errors were encountered: