[LLVMdev] JIT Leaks?

Holger Schurig hs4233 at mail.mn-solutions.de
Sat Jul 14 12:17:08 CDT 2007


> - Simply deleting the execution engine instance in the fibonacci code  
> and looping all the main code give me memory leaks. Can anybody  
> confirm this?
> 
> - Conserving the module, the execution engine and the module  
> provider, but releasing the fibonacci function with:

You can find out what exactly leaks with the help of valgrind.


More information about the LLVMdev mailing list