search for: acopmlish

Displaying 2 results from an estimated 2 matches for "acopmlish".

Did you mean: accopmlish
2009 Mar 20
2
[LLVMdev] Possible memory leakage in the LLVM JIT Engine
...>freeMachineCodeForFunction(FooF); EE->freeMachineCodeForFunction(Add1F); } It works but a memory usage of the application increases continuously. So my question is how can I clean up ALL of the memmory created by the JIT engine? Any pointers to a similar application that succesfully acopmlishes what I want, i.e. does lots of JITing without memory leakage, will be very much appreciated. Cheers, George -- George Giorgidze http://www.cs.nott.ac.uk/~ggg/ <http://www.cs.nott.ac.uk/%7Eggg/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lis...
2009 Mar 22
0
[LLVMdev] Possible memory leakage in the LLVM JIT Engine
...EE->freeMachineCodeForFunction(Add1F); > } > > It works but a memory usage of the application increases continuously. > > So my question is how can I clean up ALL of the memmory created by > the JIT engine? > > Any pointers to a similar application that succesfully acopmlishes > what I want, i.e. does lots of JITing without memory leakage, will > be very much appreciated. > > Cheers, George > > -- > George Giorgidze > http://www.cs.nott.ac.uk/~ggg/ > _______________________________________________ > LLVM Developers mailing list > L...