commit | 96cfe6c39b91dabc78182e2f7676b27b4012886a | [log] [tgz] |
---|---|---|
author | Bill Buzbee <buzbee@google.com> | Mon Feb 08 17:08:15 2010 -0800 |
committer | Bill Buzbee <buzbee@google.com> | Mon Feb 08 17:08:15 2010 -0800 |
tree | 7188246e6e63004db2b5cad4388c3cc363d0bef2 | |
parent | 5540f6e420ffab7bb0c39dc508bdc3a2e0d67507 [diff] |
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.