Uh oh!
There was an error while loading. Please reload this page.
[v12.x] deps: V8: cherry-pick cb1c2b0fbfe7 - #31939
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mmarchini
commented
Mar 3, 2020
FWIW, this is a known failure (#32076) |
This comment has been minimized.
This comment has been minimized.
Flarna
commented
Mar 17, 2020
The CI failures looked strange. Rebased to get any relevant change in. |
Flarna
commented
Mar 17, 2020
CI fails because |
mmarchini
commented
Mar 17, 2020
There are a lot of failures like this: Might be because of the rebase? I'm not sure |
richardlau
commented
Mar 17, 2020
Should be fixed by rebasing: #32282 (comment) |
mmarchini
commented
Mar 17, 2020
Ah, @Flarna rebased after the CI. I'll start it again |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I mean, this is probably good to land, the last failing on Jenkins was infra-related, but let's try again just to be sure. @Flarna were you expecting this to be included in the next release? |
Flarna
commented
Mar 18, 2020
@mmarchini I was not targeting a specific release. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ecb1eb1 to
ce374feCompareFlarna
commented
Mar 26, 2020
Rebased to get rid of merge conflicts. |
63a03d2 to
d577190CompareMylesBorins
commented
Apr 1, 2020
@Flarna apologies but this requires another rebase. I've gone ahead and done the work but was unable to push to your branch. |
Original commit message: Remove noscript_shared_function_infos SharedFunctionInfos that do not belong to a script were tracked in noscript_shared_function_infos. However this was only used in object-stats. Remove this since it was actually leaking memory in some use cases. Bug: v8:9674 Change-Id: I9482f7e5dedf975666a70684b3d2ea04c9a23518 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1798423 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Reviewed-by: Michael Stanton <mvstanton@chromium.org> Commit-Queue: Dominik Inführ <dinfuehr@chromium.org> Cr-Commit-Position: refs/heads/master@{nodejs#63685} Refs: v8/v8@cb1c2b0
Flarna
commented
Apr 1, 2020
@MylesBorins Rebased |
MylesBorins
commented
Apr 1, 2020
Looks like this might introduce new failures on both regular CI and V8-CI. Running CI against staging to confirm 12.x-staging CI: https://ci.nodejs.org/job/node-test-commit/37126/ |
@MylesBorins those are known, V8 CI on v12 is consistently failing, see comment above: #31939 (comment). (I think I know how to fix it, will try later) |
nodejs-github-bot
commented
Apr 1, 2020
Original commit message: Remove noscript_shared_function_infos SharedFunctionInfos that do not belong to a script were tracked in noscript_shared_function_infos. However this was only used in object-stats. Remove this since it was actually leaking memory in some use cases. Bug: v8:9674 Change-Id: I9482f7e5dedf975666a70684b3d2ea04c9a23518 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1798423 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Reviewed-by: Michael Stanton <mvstanton@chromium.org> Commit-Queue: Dominik Inführ <dinfuehr@chromium.org> Cr-Commit-Position: refs/heads/master@{#63685} PR-URL: #31939 Refs: v8/v8@cb1c2b0 Refs: #31914 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
MylesBorins
commented
Apr 2, 2020
landed in a83fc49 |
Original commit message:
Refs: v8/v8@cb1c2b0
Refs: #31914
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes