OSDN Git Service

Add a new program for checking the correctness of the computed stack from a trace.
authorJack Veenstra <veenstra@android.com>
Sat, 9 May 2009 18:56:59 +0000 (11:56 -0700)
committerJack Veenstra <veenstra@android.com>
Tue, 12 May 2009 00:44:32 +0000 (17:44 -0700)
commita002c003a0e25451881f2d931f508d33f04e87e1
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentcf847b90ad063794f7dfb622c64fa92bdf177d06
Add a new program for checking the correctness of the computed stack from a trace.

The check_stack program checks that the generated stack that includes both
native functions and Java methods (generated from the emulator instruction
trace plus the method trace) is consistent with the stack of Java methods
that is computed from the method trace alone. (The method trace is
generated by the Dalvik interpreter).