-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
--jitless and --frozen-intrinsics options can not be combined #51232
Comments
Should be trivial to fix this the same way |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v18.18.0
Platform
Linux 6.2.0-37-generic #38~22.04.1-Ubuntu SMP
Subsystem
lib
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
That --jitless and --frozen-intrinsics are not mutually exclusive.
What do you see instead?
Additional information
It looks like the problem still exists in the latest node:
https://github.com/nodejs/node/blob/v21.5.0/lib/internal/freeze_intrinsics.js#L223
The text was updated successfully, but these errors were encountered: