1a3bca5485
Background compiler expects to see fully initialized array when it reads RawICData::ic_data_ array - which previously was not guaranteed on architectures with weak memory model. Fixes https://github.com/dart-lang/sdk/issues/34999 Change-Id: Ie9544d7fc4683fb5cb145aa1a572e8939bd8dc13 Reviewed-on: https://dart-review.googlesource.com/c/82442 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>