[LLVMdev] Primer with LLVM

Chris Lattner sabre at nondot.org
Sat Jan 8 12:59:32 PST 2005


On Sat, 8 Jan 2005, Misha Brukman wrote:

> 1. a) Compile to .asm file (using something like LLC)
...
> 2. Modify the JIT to not run a function-at-a-time, but generate ALL the
> code for ALL the functions.  Note that this isn't supported at this
...

OR, call ExecutionEngine::getPointerToFunction on every function in the 
module, causing them to be compiled before the code starts.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/




More information about the llvm-dev mailing list