summaryrefslogtreecommitdiff
path: root/emacs-tools/optimizer-help.txt
diff options
context:
space:
mode:
authorYale AI Dept <ai@nebula.cs.yale.edu>1993-07-14 13:08:00 -0500
committerDuncan McGreggor <duncan.mcgreggor@rackspace.com>1993-07-14 13:08:00 -0500
commit4e987026148fe65c323afbc93cd560c07bf06b3f (patch)
tree26ae54177389edcbe453d25a00c38c2774e8b7d4 /emacs-tools/optimizer-help.txt
Import to github.
Diffstat (limited to 'emacs-tools/optimizer-help.txt')
-rw-r--r--emacs-tools/optimizer-help.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-tools/optimizer-help.txt b/emacs-tools/optimizer-help.txt
new file mode 100644
index 0000000..3ed2ae2
--- /dev/null
+++ b/emacs-tools/optimizer-help.txt
@@ -0,0 +1,5 @@
+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