-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Proposal: support for v8-lite add a v8 jitless build to be used with deno #6621
Comments
This is more of a rusty_v8 thing than a Deno thing. https://github.com/denoland/rusty_v8. Even if it made it to Deno it would first need to be in rusty_v8. |
Oh you're correct but in general, as deno ships with v8, it can be open here as a reference till something is done in that direction. |
Deno ships with rusty_v8, which includes v8. |
You can already run Deno in V8 |
@lucacasonato amazing how fast we as a community did ship this features 👍 |
the new v8 lite project will be merged soon into the --jitless mode flag https://v8.dev/blog/v8-lite so it will not only allow to pre allocate memory it will also save up to 35% memory traded for some performance so it will run even better on devices with a small memory footprint
Enables
Related Issues
The text was updated successfully, but these errors were encountered: