Enabling incremental bytecode loading in the JIT:
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 14 Oct 2003 21:39:53 +0000 (21:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 14 Oct 2003 21:39:53 +0000 (21:39 +0000)
commitc4fb6fdd8677530d9b1db34b6254edb0094b78ed
tree6fbf57ca3127e15173f06e5f9fb71ea4d947700c
parent69c856aa6d42c2bf25730c04c24988658ec3ae24
Enabling incremental bytecode loading in the JIT:
* Use the incremental bytecode reader interface to speed up execution

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9127 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/lli.cpp