Chromium Code Reviews
DescriptionOnly store IC data with instructions that collect type feedback.
Currently only three instructions collect IC data:
InstanceCall, EqualityOp and RelationalOp.
Specialized instructions use the IC data of the original
instance call or convert the original IC data for their
purpose.
This CL eliminates ic_data_ member from Computation and avoids
the explicit setting of ic_data in the flow graph optimizer.
Committed: https://code.google.com/p/dart/source/detail?r=11756
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||