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

Unified Diff: test/mjsunit/compiler/inline-accessors.js

Issue 12385014: Hydrogen stubs for array constructors (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: More efficient code when number of arguments is known Created 7 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
Index: test/mjsunit/compiler/inline-accessors.js
diff --git a/test/mjsunit/compiler/inline-accessors.js b/test/mjsunit/compiler/inline-accessors.js
index a4cf7ae8c112356c33bd4067482b6df8889994b9..3cb55665edd5bb16afc542227abe2b6277f1e417 100644
--- a/test/mjsunit/compiler/inline-accessors.js
+++ b/test/mjsunit/compiler/inline-accessors.js
@@ -29,6 +29,8 @@
var accessorCallCount, setterArgument, setterValue, obj, forceDeopt;
+// TODO(mvstanton): use this code as a template to be able to test deoptimization.
+
// -----------------------------------------------------------------------------
// Helpers for testing inlining of getters.

Powered by Google App Engine
This is Rietveld 408576698