diff options
Diffstat (limited to 'src/interp/g-opt.boot')
-rw-r--r-- | src/interp/g-opt.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index 6e0ea498..edcdb00e 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -614,6 +614,6 @@ for x in '( (%Call optCall) _ (RECORDELT optRECORDELT)_ (SETRECORDELT optSETRECORDELT)_ (RECORDCOPY optRECORDCOPY)) _ - repeat MAKEPROP(first x,'OPTIMIZE, second x) + repeat property(first x,'OPTIMIZE) := second x --much quicker to call functions if they have an SBC |