[LLVMdev] ExecutionEngine blew the stack ?

Chris Lattner sabre at nondot.org
Thu May 4 23:19:08 PDT 2006


On Fri, 5 May 2006, Simon Burton wrote:
> This leads me to my next question: as I make more and more functions
> with the EE, it slows down. I am re-using the Module, ExistingModuleProvider,
> and ExecutionEngine, and pumping the parser like so:
>   M = ParseAssemblyString(AsmString, M);
> ISTM that there should be a way of creating multiple modules/EEs but I ran
> into trouble when I tried that (some time ago).

Can you quantify what you mean?  How does it "slow down"?

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list