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

Unified Diff: src/compiler/linkage.cc

Issue 1850643002: Adding %_NewObject intrinsic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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..6779ef5c04fcea8353440e7140a85986ed60cf67 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -171,6 +171,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
return 0;
case Runtime::kInlineGetPrototype:
case Runtime::kInlineRegExpConstructResult:
+ case Runtime::kInlineNewObject:
case Runtime::kInlineRegExpExec:
case Runtime::kInlineSubString:
case Runtime::kInlineToInteger:

Powered by Google App Engine
This is Rietveld 408576698