Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Add -fno-code-hoisting to reduce register pressure for coremark. #523

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mel-Chen
Copy link
Contributor

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.

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants