Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).
Théophile Bastian
89ac1b8368
It is possible, eg. for the end-of-data debug_line tag, that the address does not correspond to an instruction address but eg. the last address of .text. To avoid an error here, we use as a bound address the greater known address below the given bound instead. |
||
---|---|---|
src | ||
.gitignore | ||
dune | ||
dune-project | ||
LICENSE | ||
README.md |
elf_arrows
Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).