Large .rela
sections for debug info
#9486
Labels
wasmtime:debugging
Issues related to debugging of JIT'ed code
.rela
sections for debug info
#9486
Reproduction:
Expected result: the output does not contain an excessive number of relocations.
Actual result: there are lots of them:
Looking at
.debug_loc
in particular, we can see the following for the very first location list:The debug info and code are part of the same 'object file' - much of this should be unnecessary.
The text was updated successfully, but these errors were encountered: