OSDN Git Service

Jit: Startup/Shutdown cleanup
authorBill Buzbee <buzbee@google.com>
Tue, 9 Feb 2010 01:08:15 +0000 (17:08 -0800)
committerBill Buzbee <buzbee@google.com>
Tue, 9 Feb 2010 01:08:15 +0000 (17:08 -0800)
commit96cfe6c39b91dabc78182e2f7676b27b4012886a
tree7188246e6e63004db2b5cad4388c3cc363d0bef2
parent5540f6e420ffab7bb0c39dc508bdc3a2e0d67507
Jit: Startup/Shutdown cleanup

A legacy of early parallel Jit development was separate Startup & Shutdown
code for the interpreter half of the jit (dvmJitStartup/dvmJitShutdown)
and the compiler half (dvmCompilerStartup/dvmCompilerShutdown).  This cl
eliminates the dvmJit pair.  Additionally, guard coded added to the
framework callback to return immediately if the Jit isn't active.
vm/Init.c
vm/compiler/Compiler.c
vm/interp/Jit.c
vm/interp/Jit.h
vm/native/dalvik_system_VMRuntime.c