V8 gyp file refactor performance regression #23796
Labels
build
Issues and PRs related to build files or the CI.
performance
Issues and PRs related to the performance of Node.js.
regression
Issues related to regressions.
v8 engine
Issues and PRs related to the V8 dependency.
Since #23182, we build V8 in Release mode with
-DENABLE_HANDLE_ZAPPING
. This should only be enabled in debug mode.I’ve only noticed this because it’s started to show up as 2 % runtime overhead in benchmarks – I’m not familiar enough with GYP to address this myself.
@refack @nodejs/build-files
The text was updated successfully, but these errors were encountered: