Move optimizer to extra/

db4
Slava Pestov 2007-12-26 21:21:12 -05:00
parent f53fa196ac
commit b810e92456
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ M: #push node>quot nip pushed-literals % ;
DEFER: dataflow>quot DEFER: dataflow>quot
: #call>quot ( ? node -- ) : #call>quot ( ? node -- )
dup node-param dup dup node-param dup ,
[ , dup effect-str comment, ] [ 3drop ] if ; [ dup effect-str ] [ "empty call" ] if comment, ;
M: #call node>quot #call>quot ; M: #call node>quot #call>quot ;