You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rmacnak-google opened this issue
Aug 24, 2021
· 0 comments
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.dartfuzzFound with Dart fuzzing (DartFuzz, libFuzzer, etc.)
The text was updated successfully, but these errors were encountered:
rmacnak-google
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
dartfuzz
Found with Dart fuzzing (DartFuzz, libFuzzer, etc.)
labels
Aug 24, 2021
… state.
When checking if the guarded receiver CID has changed, we must find the original guarded CID by looking in the original ICData entries array. The first entry in the current ICData entries array might not correspond to the original entry because we sometimes re-order entries. For example, insert the Smi case at the beginning.
TEST=ci
Bug: #46948
Bug: #46980
Change-Id: Id0904de3a68fbb77842f552329a14c3127ee9fc8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211082
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.dartfuzzFound with Dart fuzzing (DartFuzz, libFuzzer, etc.)
The text was updated successfully, but these errors were encountered: