Builds up arrows between the asm instructions of two different builds of a single project (eg. at -O0 and -O2).
Théophile Bastian
e90e51fc2a
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. |
||
---|---|---|
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).