OSDN Git Service

Jit: Make debugging mode aware of inlineExecute/moveResult optimization
authorBill Buzbee <buzbee@google.com>
Thu, 11 Mar 2010 19:12:15 +0000 (11:12 -0800)
committerBill Buzbee <buzbee@google.com>
Thu, 11 Mar 2010 19:12:15 +0000 (11:12 -0800)
commit4527387dd3b5c4dce7300c764805ffd0f3d22649
treec0d9d797c0a1fa3bbd121faea440605f566f7260
parentdad7a0ef6e5f056f0842f03ff3b8285ef29e6f01
Jit: Make debugging mode aware of inlineExecute/moveResult optimization

The Jit has a mode in which selected opcodes can be handled normally
or single-stepped in the interpter.  This was broken for cases in
which the Jit applied an optimization to fold inlineExecute/moveResult
intruction pairs into a single operation and the debug mode was set
to handle the two opcodes differently.

Change-Id: Ifa436d4ba66ba0c13ea366c0956e6cf92ce9cdfd
vm/compiler/codegen/arm/CodegenDriver.c