Chromium Code Reviews
DescriptionFix bug in flow graph builder that caused invalid optimization.
Using type-feedback in the flow graph builder to generate optimized
code violates the invariant that the initial flow graph of the
non-optimized version and the optimized version of a function
have to be identical.
Eliminating type checks based on type feedback has to be done later.
(e.g. after the flow graph optimizer and after type propagation
where we specialized operation based on type feedback)
BUG=dart:4797
Committed: https://code.google.com/p/dart/source/detail?r=11515
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||