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

Unified Diff: src/compiler/linkage.cc

Issue 1809993002: Provide optimized support for the %GetOrdinaryHasInstance intrinsic. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@bare-4774-fix
Patch Set: Fix release build compile error. Created 4 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/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index c6d5f4bb926a5f9ea64d2002b34033a25eb8a256..cad31dc7c03abb154968f275487a2acaed790d4e 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -168,6 +168,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
case Runtime::kStringGreaterThanOrEqual:
case Runtime::kTraceEnter:
case Runtime::kTraceExit:
+ case Runtime::kGetOrdinaryHasInstance:
Michael Starzinger 2016/03/17 12:43:53 As discussed offline: Since we are never emitting
mvstanton 2016/03/17 13:23:03 Got it, and thx for the explanation.
return 0;
case Runtime::kInlineGetPrototype:
case Runtime::kInlineRegExpConstructResult:

Powered by Google App Engine
This is Rietveld 408576698