Chromium Code Reviews

Unified Diff: src/builtins.h

Issue 10855098: Deoptimization support for accessors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ARM and MIPS support complete Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index c0a850a7be8b98f610031a6abaa0cbade43d2002..9bdb0add1d3330f872c4fc9e101670cce8a26f3a 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -157,6 +157,8 @@ enum BuiltinExtraArguments {
kStrictMode) \
V(StoreIC_GlobalProxy_Strict, STORE_IC, MEGAMORPHIC, \
kStrictMode) \
+ V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, \
+ kStrictMode) \
\
V(KeyedStoreIC_Initialize, KEYED_STORE_IC, UNINITIALIZED, \
Code::kNoExtraICState) \

Powered by Google App Engine