diff options
| author | dos-reis <gdr@axiomatics.org> | 2009-03-01 21:36:40 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2009-03-01 21:36:40 +0000 |
| commit | f2592f61b346e61ce99d3443f7533f7aa6bac643 (patch) | |
| tree | 23c5148dbe5c0fb723083434e974e88f0fc76d1b | |
| parent | 69c6cffa3e09dfdf129cfd90492c7c04d6f23919 (diff) | |
| download | open-axiom-f2592f61b346e61ce99d3443f7533f7aa6bac643.tar.gz | |
| -rw-r--r-- | src/interp/g-opt.boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index ff3ea090..2631049c 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -35,6 +35,10 @@ import def namespace BOOT +--% + +$optimizableConstructorNames := $SystemInlinableConstructorNames + --% OPTIMIZER optimizeFunctionDef(def) == |
