Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: test/mjsunit/regress/regress-crbug-602595.js

Issue 1989833002: [turbofan] Make escape analysis non-experimental. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_turbofan-escape-refactor-trim
Patch Set: Rebased. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/compiler/escape-analysis-deopt-5.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-602595.js
diff --git a/test/mjsunit/regress/regress-crbug-602595.js b/test/mjsunit/regress/regress-crbug-602595.js
index 840a3b73c7f3adbe81d63e9e56c6af258c0bb1aa..7f6d478e05d096d4bf03cca13271f6d49ec354b9 100644
--- a/test/mjsunit/regress/regress-crbug-602595.js
+++ b/test/mjsunit/regress/regress-crbug-602595.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --allow-natives-syntax --experimental-turbo-escape
+// Flags: --allow-natives-syntax --turbo-escape
function f(a) { return [a] }
« no previous file with comments | « test/mjsunit/compiler/escape-analysis-deopt-5.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698