aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.c
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-11-10 07:55:14 -0800
committerAndy McFadden <fadden@android.com>2010-11-12 13:39:57 -0800
commit319a33bf2d40e11a0074952d537584a0332b8e45 (patch)
treec677f4ba037fc7eb65b562ee08d54ab7b8420368 /vm/compiler/codegen/arm/CodegenDriver.c
parenta0929372ae4996cde3aece52f98128a957166ffc (diff)
Progress toward structured lock checks
This change replaces the old array-of-arrays with an array of structs that have a pointer to the register array. The struct will soon also hold the additional data required to perform structured lock checks, which confirm that every monitor-enter instruction is paired with a monitor-exit. (Prototype fields have been added but are currently unused.) No change in behavior is expected, although verification of the bootstrap classes does take about 5% longer now. Bug 2534655 Change-Id: Idf25f9a72c5e6cdefe201eebe7c3f5a37064ffca
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
0 files changed, 0 insertions, 0 deletions