summaryrefslogtreecommitdiff
path: root/emacs-tools/optimizer-help.txt
blob: 3ed2ae26d6d11085b35211b3c5707129a8967455 (about) (plain)
1
2
3
4
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