diff options
| author | Andy McFadden <fadden@android.com> | 2010-11-10 07:55:14 -0800 |
|---|---|---|
| committer | Andy McFadden <fadden@android.com> | 2010-11-12 13:39:57 -0800 |
| commit | 319a33bf2d40e11a0074952d537584a0332b8e45 (patch) | |
| tree | c677f4ba037fc7eb65b562ee08d54ab7b8420368 /vm/compiler/codegen/arm/CodegenDriver.c | |
| parent | a0929372ae4996cde3aece52f98128a957166ffc (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
