Skip to content
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

Upgrade V8 to 13.1.201.19 #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FerdinandvHagen
Copy link

Attempt at upgrading V8 to the latest (stable / chromium) version of 13.1.201.19.

There were a few issues in upgrading:

V8 was no longer compiling due to a combination of depot_tools being out of date, needing to use C++20, etc.
==> The v8 upgrade script is now based on the work over at https://github.com/kuoruan/libv8. This also would allow to potentially add windows in an easy way

V8GO was no longer compiling due to some changes in the V8 api and some new compatibility issues. I was able to fix all of them without any significant changes to the code basis and tests still run so I don't expect any major issues.

- Use the v8 compilation pipeline from https://github.com/kuoruan/libv8
- Fix issues with v8go compatibility and changes in the V8 api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant