search for: bf7f761c

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

2015 May 21
2
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
With just those four patches, memory usage went *up* slightly. Add in the 5th patch (which does #2 below), and we get an overall memory drop of 4%. The intermediate result of a memory increase makes sense. While the first four patches reduce the number of (and size of) `DIEValue` allocations, they increase the cost of the `SmallVector` overhead. 0005 (attached) squeezes the abbreviation data
2015 May 24
3
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...review from David and Fred on). -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-AsmPrinter-Reorganize-DIE.h-NFC.patch Type: application/octet-stream Size: 9324 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150524/bf7f761c/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-AsmPrinter-Change-DIEValue-to-be-stored-by-value.patch Type: application/octet-stream Size: 105558 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2015...