systems-nuts / unifico

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

[layout] Refactor common.mk llc-related flags #270

Closed blackgeorge-boom closed 1 year ago

blackgeorge-boom commented 1 year ago

Split flags into categories, aligning them with the LLVM modification categories described in our CGO 2024 submission. This makes experimenting with the performance breakdown easier (can detect which flags to keep or not), and gives a better overview of the flags.

Adds a bit more comments to this Makefile section as well.