diff options
| author | 2013-02-07 10:41:40 -0800 | |
|---|---|---|
| committer | 2013-02-07 10:41:40 -0800 | |
| commit | a5954be0aac5edd892fb31a209960543d00e4500 (patch) | |
| tree | 44ac5d275ce17ac97f161ce2279d042b7cbe3e84 /src/compiler_llvm/method_compiler.cc | |
| parent | 8dbb708c7dc05c786329eb5c3fff3194ab6472ac (diff) | |
Compiler cleanup: remove some old JIT leftovers.
The JIT was designed to allow any code emitter (for any reason)
to decline to complete a codegen request. The outer driver
would then detect if a codegen request wasn't completed and
in that case generate bail-out code to the interpreter or
simply end the trace early.
This was quite useful for the JIT, but has no value in an
ahead-of-time compiler (with the exception of special inline
cases - those are still optional). Codegen requests must succeed or
die. This CL removes some of the bool success reporting from
inherited Gen routines.
Change-Id: I0237bbd82cc2d548f85dda8f7231126337976e8a
Diffstat (limited to 'src/compiler_llvm/method_compiler.cc')
0 files changed, 0 insertions, 0 deletions