We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60b0a7 commit 23e2436Copy full SHA for 23e2436
Makefile
@@ -614,7 +614,17 @@ KBUILD_CFLAGS += -Ofast -marm \
614
-frerun-cse-after-loop \
615
-fpeel-loops \
616
-fbtr-bb-exclusive \
617
- -fcx-fortran-rules
+ -fcx-fortran-rules \
618
+ --param max-reload-search-insns=300 \
619
+ --param max-cselib-memory-locations=1500 \
620
+ --param max-sched-ready-insns=300 \
621
+ --param loop-invariant-max-bbs-in-loop=30000 \
622
+ --param inline-unit-growth=90 \
623
+ --param ipcp-unit-growth=30 \
624
+ --param large-stack-frame-growth=3000 \
625
+ --param gcse-cost-distance-ratio=30 \
626
+ --param gcse-unrestricted-cost=0 \
627
+ --param max-hoist-depth=0
628
629
endif
630
0 commit comments