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

Unified Diff: src/compiler/linkage.cc

Issue 612043003: Add inlining for intrinsics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Move decls. Created 6 years, 2 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/compiler/js-intrinsic-builder.cc ('k') | src/compiler/opcodes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index cd597999b013a0e1880f50110120b625b7dccb6e..5b7bc686bd808291179c28694d9b3adc8b14fd64 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -178,6 +178,12 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) {
case Runtime::kThrow:
case Runtime::kTypedArraySetFastCases:
case Runtime::kTypedArrayInitializeFromArrayLike:
+ case Runtime::kDebugEvaluateGlobal:
+ case Runtime::kOwnKeys:
+ case Runtime::kGetOwnPropertyNames:
+ case Runtime::kIsPropertyEnumerable:
+ case Runtime::kGetPrototype:
+ case Runtime::kSparseJoinWithSeparator:
return true;
default:
return false;
« no previous file with comments | « src/compiler/js-intrinsic-builder.cc ('k') | src/compiler/opcodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698