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

Unified Diff: test/mjsunit/ignition/osr-from-bytecode.js

Issue 2184553003: Revert of [interpreter] Add explicit OSR polling bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-osr-1
Patch Set: Created 4 years, 5 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 | « src/runtime/runtime-compiler.cc ('k') | test/unittests/interpreter/bytecode-array-builder-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/ignition/osr-from-bytecode.js
diff --git a/test/mjsunit/ignition/osr-from-bytecode.js b/test/mjsunit/ignition/osr-from-bytecode.js
deleted file mode 100644
index d4f40bad796783d080e0d01c5928b88fdf240518..0000000000000000000000000000000000000000
--- a/test/mjsunit/ignition/osr-from-bytecode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2016 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Flags: --allow-natives-syntax --ignition --ignition-osr --turbo-from-bytecode
-
-function f() {
- for (var i = 0; i < 10; i++) {
- if (i == 5) %OptimizeOsr();
- }
-}
-f();
« no previous file with comments | « src/runtime/runtime-compiler.cc ('k') | test/unittests/interpreter/bytecode-array-builder-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698