[v10.x backport] deps: V8: cherry-pick eec10a2fd8fa#35393
[v10.x backport] deps: V8: cherry-pick eec10a2fd8fa#35393Flarna wants to merge 1 commit intonodejs:v10.x-stagingfrom
Conversation
Original commit message:
[promisehook] Add before/after hooks to thenable tasks
This will allow Node.js to properly track async context in thenables.
Change-Id: If441423789a78307a57ad7e645daabf551cddb57
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2215624
Reviewed-by: Camillo Bruni <[email protected]>
Reviewed-by: Sathya Gunasekaran <[email protected]>
Commit-Queue: Gus Caplan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68207}
Refs: v8/v8@eec10a2
PR-URL: nodejs#33778
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
This comment has been minimized.
This comment has been minimized.
|
It seems there is a problem with V8 CI on v10.x-staging. My run failed but I'm quite sure it's unrelated to my changes. I triggered V8 CI on v10.x-staging branch and it shows the same failures: see https://ci.nodejs.org/job/node-test-commit-v8-linux/3412/
@nodejs/v8 Are these known issues on v10? |
cc @mmarchini Any thought on |
|
@nodejs/build Any recent changes in compiler versions used which could explain the unrelated warning? |
|
No, shouldn't be for 10.x. But it might be a question for the IBM folks since compiler failures are on IBM platforms. |
Raised #35504 to investigate. |
|
Cherry-picked a commit over to |
Original commit message:
[promisehook] Add before/after hooks to thenable tasks
This will allow Node.js to properly track async context in thenables.
Change-Id: If441423789a78307a57ad7e645daabf551cddb57
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2215624
Reviewed-by: Camillo Bruni <[email protected]>
Reviewed-by: Sathya Gunasekaran <[email protected]>
Commit-Queue: Gus Caplan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68207}
Refs: v8/v8@eec10a2
PR-URL: #33778
Backport-PR-URL: #35393
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
|
Landed in 3564424. |
Original commit message:
Refs: v8/v8@eec10a2
PR-URL: #33778
Reviewed-By: Anna Henningsen [email protected]
Reviewed-By: Michaël Zasso [email protected]
Reviewed-By: Gus Caplan [email protected]
Reviewed-By: Gerhard Stöbich [email protected]
Reviewed-By: Michael Dawson [email protected]
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes