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

Add runInV8Stack to JobTaskWrapper::Run #1975

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

garrettgu10
Copy link
Collaborator

@garrettgu10 garrettgu10 commented Apr 5, 2024

When updating to v8 12.4, a few tests failed because the manual stack start wasn't being set in some compilation threads, and I think this is probably the right place to set it since it showed up near the top of the thread's stacktrace when I added an invariant in v8 that (!use_manual_stack_start || manual_stack_start != nullptr).

@garrettgu10 garrettgu10 requested review from a team as code owners April 5, 2024 20:42
@jasnell jasnell requested a review from kentonv April 5, 2024 20:47
@garrettgu10 garrettgu10 changed the title Add v8 StackStartMarker to JobTaskWrapper::Run Add runInV8Stack to JobTaskWrapper::Run Apr 5, 2024
@garrettgu10 garrettgu10 merged commit f77cdc6 into main Apr 9, 2024
10 checks passed
vickykont pushed a commit that referenced this pull request Apr 15, 2024
@kentonv kentonv deleted the ggu/add-stackstartmarker branch April 15, 2024 19:35
garrettgu10 added a commit that referenced this pull request May 13, 2024
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.

2 participants