-
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
V8 (9.5) has split the v8.h
header
#39876
Labels
v8 engine
Issues and PRs related to the V8 dependency.
Comments
@nodejs/v8 is there something else that we need to care about? Should we keep using |
You can keep using v8.h but using smaller headers can be much more efficient. While I don't expect much churn, if you wait a bit before switching over you might avoid having to update includes a few times over. |
targos
added a commit
to targos/node
that referenced
this issue
Oct 12, 2021
v8.h was split into a multitude of smaller headers. Refs: nodejs#39876
targos
added a commit
to targos/node
that referenced
this issue
Oct 12, 2021
mhdawson
pushed a commit
that referenced
this issue
Oct 13, 2021
v8.h was split into a multitude of smaller headers. Refs: #39876 PR-URL: #40423 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See v8/v8@ec06bb6
It shouldn't directly impact the Node.js build because
v8.h
is still here and includes everything it had before, but at least https://github.com/nodejs/node/blob/master/tools/install.py will have to be changed.The text was updated successfully, but these errors were encountered: