[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / CONTRIB / haskell-modes / yale / original / optimizer-help.txt
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 (file)
index 0000000..c18ac5d
--- /dev/null
@@ -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