Files
sdk/runtime
Samir Jindel 5c10a8328c [vm] Fix bug with cid_ caching in CompileType.
Test Plan:

Previously this caused the following assert to fail in
`StoreInstanceFieldInstr::MakeLocationSummary` on some tests:

```
ASSERT(ShouldEmitStoreBarrier() == ShouldEmitStoreBarrier())
```

I've confirmed that the assert now succeeds.

Change-Id: I5efb1d89ab1685c136d1947ae01ccb21136061a5
Reviewed-on: https://dart-review.googlesource.com/67220
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Samir Jindel <sjindel@google.com>
2018-07-27 18:23:49 +00:00
..
2018-07-23 18:07:29 +00:00