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

Unified Diff: src/hydrogen-instructions.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/hydrogen-instructions.cc
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
index 9209b88732538416919054f86750ecce775d3104..d04606329bd6e73b7e98b3fd075e4248c5b36808 100644
--- a/src/hydrogen-instructions.cc
+++ b/src/hydrogen-instructions.cc
@@ -1098,6 +1098,7 @@ void HCallWithDescriptor::PrintDataTo(StringStream* stream) {
stream->Add(" ");
}
stream->Add("#%d", argument_count());
+ if (is_stub_) stream->Add("(stub call)");
}

Powered by Google App Engine
This is Rietveld 408576698