Skip to content

Commit

Permalink
Disable handle zapping
Browse files Browse the repository at this point in the history
Bug=chromium:318206
TBR=machenbach@chromium.org
NOTRY=true
NOPRESUBMIT=true

Change-Id: Ib28c17e0d08985813b0ba8136fb747714e80a599
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1571611
Reviewed-by: Michael Hablich <hablich@chromium.org>
Commit-Queue: Michael Hablich <hablich@chromium.org>
Cr-Commit-Position: refs/branch-heads/7.5@{#2}
Cr-Branched-From: 35b9bf5-refs/heads/7.5.288@{#1}
Cr-Branched-From: 912b391-refs/heads/master@{#60911}
  • Loading branch information
natorion authored and Commit Bot committed Apr 18, 2019
1 parent bd97eb5 commit 20da4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ declare_args() {
v8_enable_vtunejit = false

# Sets -dENABLE_HANDLE_ZAPPING.
v8_enable_handle_zapping = true
v8_enable_handle_zapping = is_debug

# Enable slow dchecks.
v8_enable_slow_dchecks = false
Expand Down

0 comments on commit 20da4fa

Please sign in to comment.