systems-nuts / unifico

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

[experiment] Fully disabling loop strength reduction for the -O1 flag #274

Closed blackgeorge-boom closed 1 year ago

blackgeorge-boom commented 1 year ago

This also includes the reduction of the registers, because this will make obvious the impact of this modification.

Overall, the overheads are high, so we need to not disable completely the lsr solver, but find a middle ground.