OSDN Git Service

ArraySet without type check does not need read barrier.
authorVladimir Marko <vmarko@google.com>
Thu, 25 Aug 2016 14:20:47 +0000 (15:20 +0100)
committerVladimir Marko <vmarko@google.com>
Thu, 25 Aug 2016 14:24:05 +0000 (15:24 +0100)
commit8d49fd7b1087fba274a844cbf180349c528cf912
tree128be6aa83734b09ecf189a70525570555a4d8cb
parent082bfec57684bd93dcca0800d030c12fd448127f
ArraySet without type check does not need read barrier.

Test: Run ART test suite with ART_USE_READ_BARRIER=true on host and Nexus 9.
Bug: 12687968
Change-Id: Ie04a34b2149f4fc6fe995f3e43e76986a3f6330f
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc