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)
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).


No differences found