DescriptionFix JSInliningHeuristic::CandidateCompare predicate.
STL requires comparison to be a strict weak ordering.
In particular the predicate should be antisymmetric:
f(x, y) implies !f(y, x).
BUG=v8:4848
LOG=NO
Committed: https://crrev.com/5ff7901e24c2c6029114567de5a08ed0f1494c81
Cr-Commit-Position: refs/heads/master@{#34960}
Patch Set 1 #Patch Set 2 : Correct fix #Messages
Total messages: 12 (7 generated)
|