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

Unified Diff: src/runtime.h

Issue 22562002: Convert FastNewClosureStub into hydrogen. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 7 years, 4 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 e0e0b4845316c5b445530c4da0fc2768f13a6fd9..0e939cc32db5949125d131624e256fff660bba08 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -395,6 +395,7 @@ namespace internal {
\
/* Statements */ \
F(NewClosure, 3, 1) \
+ F(NewClosureBailout, 1, 1) \
Michael Starzinger 2013/08/27 08:12:51 The other runtime functions jumped to by a stub ba
F(NewObject, 1, 1) \
F(NewObjectFromBound, 1, 1) \
F(FinalizeInstanceSize, 1, 1) \

Powered by Google App Engine
This is Rietveld 408576698