Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).
Aller au fichier
Théophile Bastian e90e51fc2a Match with file names instead of file ids
It seems possible that two runs of eg. gcc at different levels of
optimisation on the same files assigns different IDs to the same files.
To circumvent this, we use the file paths instead of file IDs.
2019-11-22 12:46:47 +01:00
src Match with file names instead of file ids 2019-11-22 12:46:47 +01:00
.gitignore 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
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

README.md

elf_arrows

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