On 10/28/14 07:40, Michael Matz wrote:
Hi,
On Mon, 27 Oct 2014, Aldy Hernandez wrote:
Here I use a new tree bit (BLOCK_DIE) to store the DIE<->block
relationship. This will have to be adapted and streamed for LTO.
You might consider using an on-the-side tree->hash map. Saves memory when
not generating debug info (there can be many BLOCKs).
This is a very good point. I need to revisit all the data structures
that will be affected by LTO, and will do so then.
FWIW, I'm going on vacation for a few weeks, so this project will come
to a complete stop for a bit. Unless anyone wants to contribute patches
while I'm gone ;-).
Kind words greatly appreciated. Basically I'm looking for feedback and
positive reinforcement that this is all eventually useful :).
I think that goes exactly in the right direction, FWIW.
Whoo hoo! Thanks.
Aldy