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