diff options
| author | Andy McFadden <fadden@android.com> | 2010-03-05 15:58:31 -0800 |
|---|---|---|
| committer | Andy McFadden <fadden@android.com> | 2010-03-15 16:41:42 -0700 |
| commit | 861b33855aff080278ea5125e4372a2d4bf8aef5 (patch) | |
| tree | 719ffd959675b209bc89c071a5c29598b47f70ca /vm/compiler/codegen/arm/CodegenDriver.c | |
| parent | e563216143734f9305c808f3136a0a47542aec19 (diff) | |
Make wide-volatile loads and stores atomic.
This implements the four wide-volatile instructions added in a previous
change, and modifies the verifier to substitute the opcodes into the
instruction stream when appropriate.
For mterp, the ARM wide get/put instructions now have conditional code
that replaces ldrd/strd with a call to the quasiatomic functions. The
C version does essentially the same thing. ARMv4T lacks ldrd/stdrd, and
uses separate implementations for the wide field accesses, so those were
updated as well. x86 will just use stubs.
The JIT should punt these to the interpreter.
Change-Id: Ife88559ed1a698c3267d43c454896f6b12081c0f
Also:
- We don't seem to be using the negative widths in the instruction
table. Not sure they're useful anymore.
- Tabs -> spaces in x86-atom throw-verification-error impl.
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
0 files changed, 0 insertions, 0 deletions
