X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FCONTRIB%2Fhaskell-modes%2Fyale%2Foriginal%2Foptimizer-help.txt;fp=ghc%2FCONTRIB%2Fhaskell-modes%2Fyale%2Foriginal%2Foptimizer-help.txt;h=c18ac5db61298ac37d56063174a0e321f173c8a0;hb=10521d8418fd3a1cf32882718b5bd28992db36fd;hp=0000000000000000000000000000000000000000;hpb=7fa716e248a1f11fa686965f57aebbb83b74fa7b;p=ghc-hetmet.git diff --git a/ghc/CONTRIB/haskell-modes/yale/original/optimizer-help.txt b/ghc/CONTRIB/haskell-modes/yale/original/optimizer-help.txt new file mode 100644 index 0000000..c18ac5d --- /dev/null +++ b/ghc/CONTRIB/haskell-modes/yale/original/optimizer-help.txt @@ -0,0 +1,6 @@ +Optimizer switches + inline Aggressively inline functions + constant Hoist constant expressions to top-level + foldr Perform foldr/build deforestation + lisp Tell the Lisp compiler to work hard to produce best code + delays Try to make delays out-of-line for more compact code