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

Unified Diff: src/runtime/runtime.h

Issue 1010673004: Tweak the TurboFan pipeline for stub compilation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed feedback 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
« no previous file with comments | « src/runtime.js ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 2ce65e39ea1d0b1cd2ccb59f64fd6e3a4e851ede..d4c5c6b2275711d76c678cba4e8a4539ee820e53 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -713,7 +713,11 @@ namespace internal {
F(SetInitialize, 1, 1) \
/* Arrays */ \
F(HasFastPackedElements, 1, 1) \
- F(GetPrototype, 1, 1)
+ F(GetPrototype, 1, 1) \
+ /* Strings */ \
+ F(StringGetLength, 1, 1) \
+ /* JSValue */ \
+ F(JSValueGetValue, 1, 1)
#define FOR_EACH_INTRINSIC_RETURN_OBJECT(F) \
« no previous file with comments | « src/runtime.js ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698