aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-02 23:22:24 +0000
committerChris Lattner <sabre@nondot.org>2006-05-02 23:22:24 +0000
commitb8065a9a3a8477908378449fa0007f955fe019b6 (patch)
treeba57768df52aa83ac85f1f1c54bef066e4d15412 /llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
parentee1a61810c6cb4c9253cb7d1d53168dc5ac1dd98 (diff)
downloadllvm-b8065a9a3a8477908378449fa0007f955fe019b6.zip
llvm-b8065a9a3a8477908378449fa0007f955fe019b6.tar.gz
llvm-b8065a9a3a8477908378449fa0007f955fe019b6.tar.bz2
Several related changes:
1. Change several methods in the MachineCodeEmitter class to be pure virtual. 2. Suck emitConstantPool/initJumpTableInfo into startFunction, removing them from the MachineCodeEmitter interface, and reducing the amount of target- specific code. 3. Change the JITEmitter so that it allocates constantpools and jump tables *right* next to the functions that they belong to, instead of in a separate pool of memory. This makes all memory for a function be contiguous, and means the JITEmitter only tracks one block of memory now. llvm-svn: 28065
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp')
0 files changed, 0 insertions, 0 deletions