On 03/25/2015 07:07 PM, Jason Merrill wrote:
On 03/25/2015 05:05 PM, Aldy Hernandez wrote:
Or we could cheat and just remove them as mainline does, but only when
reusing a declaration (as in the attached patch).
This seems right to me.
Jason
Ok thanks, committed.
Aldy
On 03/25/2015 05:05 PM, Aldy Hernandez wrote:
Or we could cheat and just remove them as mainline does, but only when
reusing a declaration (as in the attached patch).
This seems right to me.
Jason
On 03/25/2015 12:37 PM, Jason Merrill wrote:
On 03/24/2015 02:00 PM, Aldy Hernandez wrote:
I found that for locally scoped functions we were not emitting early
dwarf.
Why weren't they being emitted as part of their enclosing function? They
should be.
Jason
Hmm, you're right. Sorry for bei
On 03/24/2015 02:00 PM, Aldy Hernandez wrote:
I found that for locally scoped functions we were not emitting early
dwarf.
Why weren't they being emitted as part of their enclosing function?
They should be.
Jason
Hi Jason.
I found that for locally scoped functions we were not emitting early
dwarf. I've removed the restriction that only emitted non
function-context functions to handle the case below. BTW, this
shouldn't be a (bloat) problem, as we are going to clean up unused DIEs
later (well, next w