4.5.9 /fuse, /nfuse, (/nofuse)

The /fuse qualifier tells KAP to perform loop fusion. Loop fusion is a conventional compiler optimization that transforms two adjacent loops into a single loop. Data dependence tests allow fusion of more loops than standard techniques allow. Before KAP can perform loop fusion, you must specify the qualifier /scalaropt=2 or /optimize=5 .


Previous Page Next Page Contents Index
Command-Line Qualifiers