Chromium Code Reviews
DescriptionGuard against entering a noSuchMethod dispatcher twice into ICData.
This may occur in optimized code when called via the megamorphic
cache miss handler.
For now, I fixed it by checking if there is already an entry in the IC data.
I'll discuss with Kevin how to handle the extraordinary cases like
noSuchMethod and implicit closure invocation in the megamorphic cache.
BUG=https://code.google.com/p/dart/issues/detail?id=11786
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=24953
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||