From 18b0887c46d1bd949526790bfdc8aec6d622432d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 27 Nov 2007 17:22:13 +0000 Subject: * vmlisp.lisp (create-sbc): Remove. * property.lisp: Don't use it anymore. * g-opt.boot: Likewise. * i-spec2.boot: Likewise. --- src/interp/g-opt.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/g-opt.boot') diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index 782ab874..2c13097d 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -396,6 +396,6 @@ for x in '( (call optCall) _ (RECORDELT optRECORDELT)_ (SETRECORDELT optSETRECORDELT)_ (RECORDCOPY optRECORDCOPY)) _ - repeat MAKEPROP(CAR x,'OPTIMIZE,CREATE_-SBC CADR x) + repeat MAKEPROP(CAR x,'OPTIMIZE, CADR x) --much quicker to call functions if they have an SBC -- cgit v1.2.3