Re: [debug-early] New branch for streaming dwarf early (and status)

2014-08-28 Thread Jason Merrill
On 08/25/2014 11:53 PM, Aldy Hernandez wrote: My current predicament is that dwarf2out_early_decl() is called early enough such that dwarf2out_decl() sets the context die to the entire compilation unit. Which means, that local variables end up with global scope. I was thinking of hacking gen_va

[debug-early] New branch for streaming dwarf early (and status)

2014-08-25 Thread Aldy Hernandez
Gentlemen! As discussed behind closed doors previously... I'll be working on streaming dwarf early. This ultimately benefits Andrew's aspirations for a gimple type system, removing the front-end tentacles from the rest of the compilation, and LTO debugging in the presence of language hooks.