DescriptionGet rid of the function sorting in for polymorphic calls.
The idea of this code was to sort functions according to
ticks spend executing them, but now these ticks are always
zero and therefore we fall back to sorting by AST length (or
even worse by source length) all the time, which is a bad,
arbitrary measure.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19267
Patch Set 1 #
Total comments: 2
Patch Set 2 : Simplified patch. #Messages
Total messages: 5 (0 generated)
|