-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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 |
nodejs-github-bot
pushed a commit
that referenced
this issue
Dec 23, 2023
PR-URL: #51248 Fixes: #51232 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Jan 2, 2024
PR-URL: #51248 Fixes: #51232 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
richardlau
pushed a commit
that referenced
this issue
Mar 25, 2024
PR-URL: #51248 Fixes: #51232 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
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: