This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -fno-code-hoisting to reduce register pressure for coremark.
The register pressure of function core_bench_state is too high to do LICM (Loop Invariant Code Motion). The one of reason is GCC hoists too many instructions. The option -fno-code-hoisting can disable this optimization and reduce the register pressure.
- Loading branch information