aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.cpp
diff options
context:
space:
mode:
authorDouglas Leung <douglas@mips.com>2012-08-01 12:00:33 -0700
committerRaghu Gandham <raghu@mips.com>2012-08-01 14:14:30 -0700
commitbd1b0d74bbf40c69e47863fab7ea99eac418c515 (patch)
tree7cf04615071232c70fbc0fd873470adcf0721de1 /vm/compiler/codegen/arm/CodegenDriver.cpp
parent5b861ab5541e9806d6255f17769acad3c2b4029b (diff)
Fix an array out-of-bound read in the JIT compiler.
Without the fix the compiler is still safe since the offending memory access is a read, though the hoisted distance is non-deterministic. The easiest and safest fix is to unconditionally hoist a load when it can reach the scheduling barrier. Change-Id: I021161cb2a6e011301ab65ba62bc2a74af1cb552 Signed-off-by: Douglas Leung <douglas@mips.com>
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.cpp')
0 files changed, 0 insertions, 0 deletions