-
Notifications
You must be signed in to change notification settings - Fork 321
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
Rolling to V8 12.1.285.18 #1373
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes:
|
littledivy
reviewed
Dec 5, 2023
src/isolate.rs
Outdated
Comment on lines
549
to
551
const EMBEDDER_DATA_OFFSET: usize = size_of::<[*const (); 67]>(); | ||
const EMBEDDER_DATA_OFFSET: usize = size_of::<[*const (); 65]>(); |
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.
Relevant diff in V8:
- static const int kBuiltinTier0EntryTableOffset =
- kVariousBooleanFlagsOffset + 8;
+ static const int kErrorMessageParamOffset =
+ kVariousBooleanFlagsOffset + kNumberOfBooleanFlags;
+ static const int kBuiltinTier0EntryTableOffset = kErrorMessageParamOffset +
+ kErrorMessageParamSize +
+ kTablesAlignmentPaddingSize;
Failing test
|
df6ca16
to
fb095a1
Compare
56c16b4
to
aa13ddb
Compare
aa13ddb
to
41ca239
Compare
81a878b
to
af456a9
Compare
af456a9
to
e5d0b3b
Compare
a216375
to
3088181
Compare
62caa4b
to
73b1920
Compare
d104e86
to
8ab10ec
Compare
d8dcd74
to
9569593
Compare
3bca07e
to
b85a095
Compare
6faabae
to
98f6f52
Compare
98f6f52
to
b3fd1f7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.