ARM64 Baker's read barrier fast path implementation.
Introduce an ARM64 fast path implementation in Optimizing for Baker's read barriers (for both heap reference loads and GC root loads). The marking phase of the read barrier is performed by a slow path, invoking the runtime entry point artReadBarrierMark. Other read barrier algorithms continue to use the original slow path based implementation, which has been renamed as GenerateReadBarrierSlow/GenerateReadBarrierForRootSlow. Bug: 12687968 Bug: 26601270 Change-Id: I60da15249b58a8ee1a065ed9be2c4e438ee17150
Loading
Please sign in to comment