Nice post, Max! I am currently working on this space, no JITs, but lots of fun with DWARF and ELF :).
Was wondering, are you planning to perhaps expand Symbolizer::symbolize to support symbolizing addresses which might be anywhere in the function body or in this case just being able to symbolize the “low PC” works for your use case?
Glad you enjoyed :) In this case we’re just trying to get the entry point of the function into a name but I don’t think it would be that difficult to extend it!
Nice post, Max! I am currently working on this space, no JITs, but lots of fun with DWARF and ELF :).
Was wondering, are you planning to perhaps expand
Symbolizer::symbolize
to support symbolizing addresses which might be anywhere in the function body or in this case just being able to symbolize the “low PC” works for your use case?Glad you enjoyed :) In this case we’re just trying to get the entry point of the function into a name but I don’t think it would be that difficult to extend it!