-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat: enable pointer compression via deno_core bump #23838
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
Conversation
#23838 might accidentally disable import assertions support because of V8 12.6 unshipping it, but we want import assertions to be supported until Deno 2.
#23838 might accidentally disable import assertions support because of V8 12.6 unshipping it, but we want import assertions to be supported until Deno 2.
#23838 might accidentally disable import assertions support because of V8 12.6 unshipping it, but we want import assertions to be supported until Deno 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's land and evaluate what benchmarks show.
Nitpick: I would say this is chore: upgrade deno_core
but not a big deal :D
I originally had that, but it seems like a reasonably important feature to note in the release notes :) |
v8 12.6 w/pointer compression enabled.
Closes #18935