systems-nuts / unifico

Compiler and build harness for heterogeneous-ISA binaries with the same stack layout.
4 stars 1 forks source link

Add PIN tool to profile loads/stores between registers and memory. #252

Closed blackgeorge-boom closed 1 year ago

blackgeorge-boom commented 1 year ago

We can use that as a proxy for the register pressure calculation, although the latter is only on of the factors affecting loads/stores.

The tool either instruments all functions, or only a function whose name is given as an argument.