Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign updeps: fix wrong default for v8 handle zapping #23801
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
V8 Engine
label
Oct 21, 2018
refack
referenced this pull request
Oct 21, 2018
Closed
V8 gyp file refactor performance regression #23796
This comment has been minimized.
This comment has been minimized.
addaleax
reviewed
Oct 21, 2018
deps/v8/gypfiles/features.gypi Outdated
This comment has been minimized.
This comment has been minimized.
I think we can only catch this through benchmarking, and maybe manually comparing the compiler flags before/after GYP changes. |
This comment has been minimized.
This comment has been minimized.
|
Also, according to #23182 (comment) I think we should bump the embedder version for GYP updates? |
refack
force-pushed the
refack:fix-handle-zapping
branch
2 times, most recently
from
80e3b52
to
c460808
Oct 21, 2018
targos
reviewed
Oct 21, 2018
|
Does it work if we force it to 1 in common.gypi? |
addaleax
reviewed
Oct 21, 2018
|
Running CI to verify that this works: https://ci.nodejs.org/job/node-test-pull-request/18029/ |
addaleax
dismissed
their
stale review
Oct 21, 2018
doesn’t seem to work for Debug builds yet
This comment has been minimized.
This comment has been minimized.
Yes, if we force it (i.e. without |
This comment has been minimized.
This comment has been minimized.
No, I think it's because of the issue resolved by #23704 Running just debug vs regular CI: https://ci.nodejs.org/job/node-test-commit-linux-containered/8006/ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Sample from debug build https://ci.nodejs.org/job/node-test-commit-linux-containered/8007/nodes=ubuntu1604_sharedlibs_debug_x64/console):
|
This comment has been minimized.
This comment has been minimized.
refack
self-assigned this
Oct 22, 2018
refack
referenced this pull request
Oct 22, 2018
Closed
Investigate flaky test-fs-readfile-tostring-fail #16601
This comment has been minimized.
This comment has been minimized.
|
@nodejs/v8-update @nodejs/build-files PTAL |
refack commentedOct 21, 2018
•
edited
Can we devise a test for this?
Fixes: #23796
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes