Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).
Go to file
Théophile Bastian 89ac1b8368 add_box_excl: use greater address below bound
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.
2019-11-22 12:44:46 +01:00
src add_box_excl: use greater address below bound 2019-11-22 12:44:46 +01:00
.gitignore Add basic test 2019-09-26 16:35:41 +02:00
dune Modify elf_arrows accordingly 2019-11-18 11:35:27 +01:00
dune-project Add basic test 2019-09-26 16:35:41 +02:00
LICENSE Initial commit 2019-09-20 11:52:41 +02:00
README.md Initial commit 2019-09-20 11:52:41 +02:00

elf_arrows

Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).