Uh oh!
There was an error while loading. Please reload this page.
[v22.x] deps: V8: cherry-pick a6eaf7574109 - #65402
Closed
juanarbol wants to merge 1 commit into
Closed
Conversation
nodejs-github-bot
commented
Aug 19, 2026
Collaborator
Review requested:
|
richardlau
approved these changes
Aug 21, 2026
nodejs-github-bot
commented
Aug 21, 2026
Collaborator
Original commit message: [logging] Use RecursiveMutex for Logger Logger::allows_code_compaction might be called from within a CodeCreateEvent where initializing line script line ends might trigger a GC. During compaction we check if code compaction is allowed which calls back into the above Logger method. Bug: 41497149 Change-Id: Ifd1b740df8600584780341d8214e995832e663b4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5572952 Reviewed-by: Victor Gomes <victorgomes@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#94140} Refs: v8/v8@a6eaf75
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Aug 25, 2026
Collaborator
juanarbol pushed a commit
that referenced
this pull request
Aug 26, 2026
Original commit message: [logging] Use RecursiveMutex for Logger Logger::allows_code_compaction might be called from within a CodeCreateEvent where initializing line script line ends might trigger a GC. During compaction we check if code compaction is allowed which calls back into the above Logger method. Bug: 41497149 Change-Id: Ifd1b740df8600584780341d8214e995832e663b4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5572952 Reviewed-by: Victor Gomes <victorgomes@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#94140} Refs: v8/v8@a6eaf75 PR-URL: #65402Fixes: #65140 Reviewed-By: Richard Lau <richard.lau@ibm.com>
juanarbol
commented
Aug 26, 2026
MemberAuthor
Landed in 3376e27 |
This file contains hidden or 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
Sign up for freeto 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.
Original commit message:
Refs: v8/v8@a6eaf75
Fixes: #65140