Reviewers: mvstanton,

Message:
PTAL

Description:
Remove kForInStatementIsNotFastCase bailout reason

BUG=

Please review this at https://codereview.chromium.org/1081803002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -1 lines):
  M src/bailout-reason.h


Index: src/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index e48d5243b9066b26f04dadb6b274c98f15539892..09c889f9dd877dc0505c774f7f8abefda0317c41 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -94,7 +94,6 @@ namespace internal {
V(kExternalStringExpectedButNotFound, \ "External string expected, but not found") \ V(kFailedBailedOutLastTime, "Failed/bailed out last time") \ - V(kForInStatementIsNotFastCase, "ForInStatement is not fast case") \ V(kForInStatementOptimizationIsDisabled, \ "ForInStatement optimization is disabled") \ V(kForInStatementWithNonLocalEachVariable, \


--
--
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.

Reply via email to