OSDN Git Service

Fix unnecessary read barrier for resolved/initialized allocations
authorMathieu Chartier <mathieuc@google.com>
Tue, 30 Aug 2016 22:06:54 +0000 (15:06 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 30 Aug 2016 22:46:16 +0000 (15:46 -0700)
commitb6ec5d7d257e00c0d119da48b85f8f5a1f0b09a9
tree271aa896128a26392298867be67e54518c9bf50e
parentd7eabc2cc1a88c1f7f927da61246ae65aab0626c
Fix unnecessary read barrier for resolved/initialized allocations

The caller is responsible for the read barrier for these entrypoints.

No measured change in benchmarks, tested MemAllocTest.

Bug: 12687968

Test: test-art-host CC baker, N6P booting with CC
Change-Id: If6b00fa2c31ff51b943dbbe6caea2ef0a3fa1ae0
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S