hints: HINTS: now recompiles subwords too, 15% perf improvement on reverse-complement because encoder-write is compiled with hints now
parent
674e811584
commit
fbb9209032
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue