-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upcoming change to build config #39
Comments
For reference, commits that landed: |
Also: v8/v8@abcc28c |
@targos this still hasn't been done, right? I'll fold this into https://github.com/refack/node/tree/gyp-v8-embedded-builtins |
This hasn't been done AFAIK |
This was referenced Sep 17, 2018
Done in nodejs/node#22920 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This upcoming change will change the
run_mksnapshot
build target to produce one more file. The background is that we want to make builtin code objects isolate-independent and move them off V8's heap and embed them in the binary instead.I don't think this will cause breakages in the short term, since this configuration is gated by a build flag. It makes sense to look out for this and maybe port to gyp though.
The text was updated successfully, but these errors were encountered: