From b380d201d353795ee450ac686132f2849db08b88 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 5 May 2010 07:14:45 +0000 Subject: * interp/c-util.boot: Change middle-end instruction "call" to "%Call". * interp/compiler.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-opt.boot: Likewise. * interp/mark.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/wi1.boot: Likewise. * interp/wi2.boot: Likewise. --- src/interp/g-opt.boot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/interp/g-opt.boot') diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index 0a3cad37..aedaa218 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -163,10 +163,10 @@ optSPADCALL(form is ['SPADCALL,:argl]) == null $InteractiveMode => form -- last arg is function/env, but may be a form argl is [:argl,fun] and fun is ["ELT",dom,slot] => - optCall ["call",['ELT,dom,slot],:argl] + optCall ["%Call",['ELT,dom,slot],:argl] form -optCall (x is ["call",:u]) == +optCall (x is ["%Call",:u]) == -- destructively optimizes this new x x:= optimize [u] -- next should happen only as result of macro expansion @@ -590,7 +590,7 @@ lispize x == first optimize [x] --% optimizer hash table -for x in '( (call optCall) _ +for x in '( (%Call optCall) _ (SEQ optSEQ)_ (LET optLET)_ (LET_* optLET_*)_ -- cgit v1.2.3