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

Unified Diff: test/debugger/debug/debug-set-variable-value.js

Issue 2680313002: Count closures using the feedback vector cell map, specialize if count==1. (Closed)
Patch Set: Only specialize if compiling from bytecode Created 3 years, 10 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
Index: test/debugger/debug/debug-set-variable-value.js
diff --git a/test/debugger/debug/debug-set-variable-value.js b/test/debugger/debug/debug-set-variable-value.js
index 67417895c6f7f57287228d429ecf47d2043a3ec2..356a9789ae25aff50570c9915d7d2a970ec15cdf 100644
--- a/test/debugger/debug/debug-set-variable-value.js
+++ b/test/debugger/debug/debug-set-variable-value.js
@@ -25,6 +25,8 @@
// (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: --noalways-opt
+
var Debug = debug.Debug;
« no previous file with comments | « test/debugger/debug/debug-liveedit-double-call.js ('k') | test/unittests/compiler/js-create-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698