Chromium Code Reviews
DescriptionVM background optimization: Fix another use of the original IC data.
The original IC data are only needed when we reference them from the generated code.
EmitMegamorphicInstanceCall does not emit them into the code, but calls
EmitMegamorphicInstanceCall -> ShouldInlineSmiStringHashCode -> NumberOfChecks,
which fails if the mutator thread grows the IC data concurrently.
BUG=
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/a8ba557dc96b06f6a479371af32635c783c41e35
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|
|||||||||||||||||||