Reviewers: Michael Starzinger,
Message:
Could you take a look at this trivial change, please?
This was the function responsible for the failures on today's waterfall with
deoptimization on.
Description:
[turbofan] Add deopt for %StringMatch
[email protected]
BUG=
Please review this at https://codereview.chromium.org/639763004/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M src/compiler/linkage.cc
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index
481b44353b6f97ea191ef2b31dc555897faaa4ae..dcfc78a6592a6c6a14d308ab3849036fedf6e855
100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -195,6 +195,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId
function) {
case Runtime::kStoreLookupSlot:
case Runtime::kStringBuilderConcat:
case Runtime::kStringBuilderJoin:
+ case Runtime::kStringMatch:
case Runtime::kStringReplaceGlobalRegExpWithString:
case Runtime::kThrowNonMethodError:
case Runtime::kThrowNotDateError:
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.