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

Unified Diff: src/hydrogen.h

Issue 1010673004: Tweak the TurboFan pipeline for stub compilation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Removed spurious edit Created 5 years, 9 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.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 5d9a350a37cd151e3aef58a670244deec810197d..7b9cf3b2ff80251c04af7b1fdd117812407712fd 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2231,7 +2231,11 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(SetInitialize) \
/* Arrays */ \
F(HasFastPackedElements) \
- F(GetPrototype)
+ F(GetPrototype) \
+ /* Strings */ \
+ F(StringLength) \
+ /* JSValue */ \
+ F(JSValueValue)
#define GENERATOR_DECLARATION(Name) void Generate##Name(CallRuntime* call);
FOR_EACH_HYDROGEN_INTRINSIC(GENERATOR_DECLARATION)

Powered by Google App Engine
This is Rietveld 408576698