Julia: Our DWARF info makes no sense

Created on 17 Mar 2016  Â·  9Comments  Â·  Source: JuliaLang/julia

I thought I had filed an issue for this already, but I can't find it. There's a big problem with the DWARF we generated for inlined code. Right now what we're describing is a function inlined into itself, but at a different location and a different file. We need to clean up the scopes we use when generating the debug info.

All 9 comments

I think this will be fixed by https://github.com/JuliaLang/julia/pull/14949 once is merged. IIUC, that is blocked on Jeff figuring out https://github.com/JuliaLang/julia/pull/15000.

I'm a little confused, @vtjnash – #15000 is closed, what needs to be figured out?

15000 is not really necessary, only nice to have as it would avoid some duplication of information. #1494 is in need of a good cleanup though, will do that today.

@Keno can you confirm whether this is fixed?

I'll take a look later and see if there are remaining issues.

@Keno Did you find anything?

Bump @Keno, how are the dwarfs doing?

dwarves

They seem pretty jolly as a whole.

Closing, since no response from OP

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yurivish picture yurivish  Â·  3Comments

arshpreetsingh picture arshpreetsingh  Â·  3Comments

m-j-w picture m-j-w  Â·  3Comments

wilburtownsend picture wilburtownsend  Â·  3Comments

TotalVerb picture TotalVerb  Â·  3Comments