Commit ecaf782b authored by Kevin Modzelewski's avatar Kevin Modzelewski

xxx more testing

parent 51b685f5
......@@ -340,7 +340,7 @@ bool ICInfo::shouldAttempt() {
// retry counter even if we attempt it again. We could probably handle this by setting
// the backoff to 0 on commit, and then setting the retry to the backoff here.
return !isMegamorphic();
return !isMegamorphic() && ENABLE_ICS;
}
bool ICInfo::isMegamorphic() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment