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

Unified Diff: src/builtins/builtins.h

Issue 2607563002: [builtins] FastNewClosureStub becomes a builtin. (Closed)
Patch Set: Code comments. Created 4 years 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/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index 5e26a1d311481f650165e383e6b5832a9e3c24cd..47bbd0b68cb981f5ff2c95e6c88ebca5b8493929 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -86,6 +86,9 @@ namespace internal {
ASM(JSConstructStubGeneric) \
ASM(JSBuiltinsConstructStub) \
ASM(JSBuiltinsConstructStubForDerived) \
+ /* CompileLazy is here because it needs to exist for FastNewClosure. */ \
+ ASM(CompileLazy) \
+ TFS(FastNewClosureStub, BUILTIN, kNoExtraICState, FastNewClosure) \
\
/* Apply and entries */ \
ASM(Apply) \
@@ -121,7 +124,6 @@ namespace internal {
ASM(InterpreterOnStackReplacement) \
\
/* Code life-cycle */ \
- ASM(CompileLazy) \
ASM(CompileBaseline) \
ASM(CompileOptimized) \
ASM(CompileOptimizedConcurrent) \

Powered by Google App Engine
This is Rietveld 408576698