search for: b98b09c8

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

2013 Feb 27
0
[LLVMdev] GCMetadataPrinter::finishAssembly not executed?
...t; -- Yiannis Tsiouris Ph.D. student, Software Engineering Laboratory, National Technical University of Athens WWW: http://www.softlab.ntua.gr/~gtsiour -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130227/b98b09c8/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: gcinfodelter-cleanup.patch Type: text/x-patch Size: 1530 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130227/b98b09c8/attachment.bin>
2013 Feb 25
2
[LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Yiannis, Pedro, I'm not an expert here. Taking closer look I see that it makes sense to do this cleanup job in doFinalization() of the pass, which requested GC info. So the current fix seems to be ok and all external clients will need to do cleanup directly doing the same jobs as Printer::doFinalization() does now. By the way, I've just noticed that comments for GCModuleInfo::clear()