📍 Job mac-m1_mini_2020-perf/speedometer3.crossbench complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/16698f25890000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job mac-m1_mini_2020-perf/jetstream-main.crossbench complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/10a71c4b890000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job mac-m4-mini-perf/speedometer3.crossbench complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/12163d18490000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
😿 Job android-pixel4_webview-perf/speedometer3.crossbench failed.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/1053bfcd890000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job android-pixel6-perf/speedometer3.crossbench complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/122c0450490000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[cppgc] Fix memory ordering race in ObjectStartBitmap
A memory ordering race on weak memory architectures (like ARM64) between
mutator allocations and the concurrent marker could lead to an integer
underflow in ObjectStartBitmap::FindHeader. This happened because the
concurrent marker could observe a new pointer in a cppgc::Member before
the corresponding bit was set in the ObjectStartBitmap.
The CL fixes it by using a seq-cst OSB write. As a drive-by, it fixes
the issue with conservative object lookup.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |