Displaying 2 results from an estimated 2 matches for "c0689d98".
Did you mean:
1068998
2013 Mar 02
0
[LLVMdev] memory leaks at compiler termination
...____
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130302/c0689d98/attachment.html>
2013 Mar 01
3
[LLVMdev] memory leaks at compiler termination
Does LLVM try and make sure that all memory is freed before compiler exit?
For example, It seems like the ARM constant pool code that I'm reading
will leave a lot of un-deallocated memory.
Maybe I'm missing something here.
Reed