Files
sdk/runtime
Ryan Macnak 0ce39a7c10 [vm] Do not allocate when evaluating arguments to StorePointer.
If the first argument is evaluated first, it is an untracked interior pointer that will be used after any GC that occurs while evaluating the second argument.

Bug: https://github.com/dart-lang/sdk/issues/41144
Change-Id: If504da5ea6192d7937bfb9f6857e0169674231e6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141203
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2020-03-28 00:59:31 +00:00
..