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

Unified Diff: src/runtime.h

Issue 12700006: Replace ICStub for array.length with hydrogen stub (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: New patch Created 7 years, 9 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: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index ac4a207f45ef46883ed7a2c224b3f18ba88cd418..2def926c1a3fbb3c1b98a8673bb516055d180054 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -380,6 +380,7 @@ namespace internal {
F(TraceEnter, 0, 1) \
F(TraceExit, 1, 1) \
F(Abort, 2, 1) \
+ F(UnexpectedDeopt, 0, 1) \
/* Logging */ \
F(Log, 2, 1) \
/* ES5 */ \

Powered by Google App Engine
This is Rietveld 408576698