Skip to content

[v8.x] deps: V8: backport 32141e9 from upstream

This is for v8.x only. master and v9.x will pick this up in a regular V8 6.2 update.

Original commit message:

Disable --turbo-inline-array-builtins by default.

Current chrome stable has a high number of crashes due to bugs in this feature. These bugs are already fixed but the fixes are hard to merge back. Therefore we decided to disable the feature in stable. This CL is intended to be merged to stable and then reverted in tot.

Bug: chromium:762020 Change-Id: Ibd5a08e3b303a204fb84a408271a1c0f97cc5b7b Reviewed-on: https://chromium-review.googlesource.com/738176 Reviewed-by: Jaroslav Sevcik jarin@chromium.org Commit-Queue: Georg Neis neis@chromium.org Cr-Commit-Position: refs/heads/master@{#48931}

Refs: https://github.com/v8/v8/commit/32141e93ff094f6df691cb89b10d2d6e1af4e983

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

deps:v8

/cc @nodejs/v8 CI: https://ci.nodejs.org/job/node-test-pull-request/11165/ V8-CI: https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/1031/

Merge request reports

Loading