Chromium Code Reviews

Unified Diff: src/isolate.cc

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.
Jump to:
View side-by-side diff with in-line comments
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 05f87922f16e2444a9d085ba12156593bc9f751c..163d285ddca2d983d3d7f863011b3aeb5e108e7b 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2009,6 +2009,7 @@ bool Isolate::Init(Deserializer* des) {
StringAddStub::InstallDescriptors(this);
RegExpConstructResultStub::InstallDescriptors(this);
KeyedLoadGenericElementStub::InstallDescriptors(this);
+ GrowArrayElementsStub::InstallDescriptors(this);
}
CallDescriptors::InitializeForIsolate(this);
« src/ia32/lithium-ia32.cc ('K') | « src/ia32/lithium-ia32.cc ('k') | src/lithium-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine