Skip to content

deps: V8: workaround V8 leak w track constant fields

Rodrigo Muino Tomonari requested to merge github/fork/ofrobots/fix/28205 into master

track_constant_fields exposes a large regression in memory leak due to a suspected memory leak. Disable this until a proper fix is ready.

Ref: https://bugs.chromium.org/p/v8/issues/detail?id=9507 Ref: https://github.com/nodejs/node/issues/28205

/cc @hashseed @filipesilva

This needs to be backported to v12 once this lands.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading