From 943651b789f8757fd86f133b606eb7d2a86bcc1b Mon Sep 17 00:00:00 2001 From: Tobias Tebbi Date: Fri, 4 Aug 2017 11:03:56 +0000 Subject: [PATCH] Revert "Reland "[turbofan] enable new implementation of escape analysis"" This reverts commit 40a9eabc44204c353dce4bec08e8bd87b3fc0cc7. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=752438 Original change's description: > Reland "[turbofan] enable new implementation of escape analysis" > > This is a reland of a6c3f143740b34622a89b3824391dc42b9ad2d22 > Original change's description: > > [turbofan] enable new implementation of escape analysis > > > > Bug: > > Change-Id: I0218ab67bf391deb8f1b1b78811643eb84745b7c > > Reviewed-on: https://chromium-review.googlesource.com/595508 > > Reviewed-by: Jaroslav Sevcik > > Commit-Queue: Tobias Tebbi > > Cr-Commit-Position: refs/heads/master@{#47032} > > Change-Id: Ide3d11f4b25eae2bbcaca9fc3cdb983d73ba846c > Reviewed-on: https://chromium-review.googlesource.com/599827 > Reviewed-by: Jaroslav Sevcik > Commit-Queue: Tobias Tebbi > Cr-Commit-Position: refs/heads/master@{#47121} TBR=jarin@chromium.org,tebbi@chromium.org Change-Id: I3b700fb92265c7e27c009a5371038bc25619d37f No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/602067 Reviewed-by: Tobias Tebbi Commit-Queue: Tobias Tebbi Cr-Commit-Position: refs/heads/master@{#47161} --- src/flag-definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flag-definitions.h b/src/flag-definitions.h index aa974f7845..4d05263e23 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h @@ -459,7 +459,7 @@ DEFINE_BOOL(turbo_loop_variable, true, "Turbofan loop variable optimization") DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan") DEFINE_BOOL(turbo_escape, true, "enable escape analysis") -DEFINE_BOOL(turbo_new_escape, true, +DEFINE_BOOL(turbo_new_escape, false, "enable new implementation of escape analysis") DEFINE_BOOL(turbo_instruction_scheduling, false, "enable instruction scheduling in TurboFan")