Chromium Code Reviews
DescriptionDon't iterate over IC data that may be updated by the mutator thread.
We can't iterate over the original IC data (like NumberOfUsedChecks does) since
the mutator thread may grow the IC data array concurrently.
This works around this issue by using the cloned IC data.
BUG=
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/9c44eadd224ce2aa86f39f5f3613cc9e926ae632
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
|||||||||||||||||||