diff options
author | Bill Buzbee <buzbee@google.com> | 2009-07-23 13:22:09 -0700 |
---|---|---|
committer | Bill Buzbee <buzbee@google.com> | 2009-07-27 16:02:08 -0700 |
commit | 716f120d7f33ca18a5dcbef811399df0cbefe5d0 (patch) | |
tree | a52972ebbedf379c144531655a7edc8c3cc0527d /vm/compiler/CompilerIR.h | |
parent | 7605a84a9a0a1764c1fb290d9c93e8114eaf620a (diff) | |
download | android_dalvik-716f120d7f33ca18a5dcbef811399df0cbefe5d0.tar.gz android_dalvik-716f120d7f33ca18a5dcbef811399df0cbefe5d0.tar.bz2 android_dalvik-716f120d7f33ca18a5dcbef811399df0cbefe5d0.zip |
First phase of restructuring to support THUMB2 & ARM traces
Store some useful info about traces in JitTable entry; some general cleanup
Diffstat (limited to 'vm/compiler/CompilerIR.h')
-rw-r--r-- | vm/compiler/CompilerIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/compiler/CompilerIR.h b/vm/compiler/CompilerIR.h index 201b0cc5d..d61d2eeff 100644 --- a/vm/compiler/CompilerIR.h +++ b/vm/compiler/CompilerIR.h @@ -91,6 +91,7 @@ typedef struct CompilationUnit { LIR *firstChainingLIR[CHAINING_CELL_LAST]; RegisterScoreboard registerScoreboard; // Track register dependency int optRound; // round number to tell an LIR's age + JitInstructionSetType instructionSet; } CompilationUnit; BasicBlock *dvmCompilerNewBB(BBType blockType); |