hints: HINTS: now recompiles subwords too, 15% perf improvement on reverse-complement because encoder-write is compiled with hints now

Slava Pestov 2009-08-18 19:40:54 -05:00
parent 674e811584
commit fbb9209032
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ t specialize-method? set-global
SYNTAX: HINTS: SYNTAX: HINTS:
scan-object dup wrapper? [ wrapped>> ] when scan-object dup wrapper? [ wrapped>> ] when
[ changed-definition ] [ changed-definition ]
[ parse-definition { } like "specializer" set-word-prop ] bi ; [ subwords [ changed-definition ] each ]
[ parse-definition { } like "specializer" set-word-prop ] tri ;
! Default specializers ! Default specializers
{ first first2 first3 first4 } { first first2 first3 first4 }