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

Unified Diff: test/mjsunit/compiler/escape-analysis-4.js

Issue 1894513002: [turbofan] Mark escape analysis as experimental. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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-3.js ('k') | test/mjsunit/compiler/escape-analysis-5.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/escape-analysis-4.js
diff --git a/test/mjsunit/compiler/escape-analysis-4.js b/test/mjsunit/compiler/escape-analysis-4.js
index d9fdccc143da752cd04f859f6b872a22a8493d96..50b168a52116a4cc8a0006a26bb3905e48c63051 100644
--- a/test/mjsunit/compiler/escape-analysis-4.js
+++ b/test/mjsunit/compiler/escape-analysis-4.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax --turbo-escape
+// Flags: --allow-natives-syntax --experimental-turbo-escape
//
function f(a) {
« no previous file with comments | « test/mjsunit/compiler/escape-analysis-3.js ('k') | test/mjsunit/compiler/escape-analysis-5.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698