c18ac5db61298ac37d56063174a0e321f173c8a0
[ghc-hetmet.git] / ghc / CONTRIB / haskell-modes / yale / original / optimizer-help.txt
1 Optimizer switches
2       inline         Aggressively inline functions
3       constant       Hoist constant expressions to top-level
4       foldr          Perform foldr/build deforestation
5       lisp           Tell the Lisp compiler to work hard to produce best code
6       delays         Try to make delays out-of-line for more compact code