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

Unified Diff: src/runtime.h

Issue 368263003: Use a stub in crankshaft for grow store arrays. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Performance fixes. Created 6 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
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index ebc8598c876fbef46420c4769c5e8750ea9edaeb..109260268b63d08b9b53a4ad5f506978c9cbf437 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -435,6 +435,7 @@ namespace internal {
/* Arrays */ \
F(ArrayConstructor, -1, 1) \
F(InternalArrayConstructor, -1, 1) \
+ F(GrowArrayElements, 3, 1) \
\
/* Literals */ \
F(MaterializeRegExpLiteral, 4, 1)\
« src/ia32/lithium-ia32.cc ('K') | « src/lithium-codegen.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698