compiler.tree.propagation.transforms: previous H{ } and HS{ } optimization no longer necessary.
parent
6b0e72a475
commit
b910ca090c
|
@ -156,8 +156,8 @@ IN: compiler.tree.propagation.transforms
|
||||||
\ clone [
|
\ clone [
|
||||||
in-d>> first value-info literal>> {
|
in-d>> first value-info literal>> {
|
||||||
{ V{ } [ [ drop { } 0 vector boa ] ] }
|
{ V{ } [ [ drop { } 0 vector boa ] ] }
|
||||||
{ H{ } [ [ drop 0 0 8 ((empty)) <array> hashtable boa ] ] }
|
{ H{ } [ [ drop 0 <hashtable> ] ] }
|
||||||
{ HS{ } [ [ drop 0 0 4 ((empty)) <array> hash-set boa ] ] }
|
{ HS{ } [ [ drop 0 <hash-set> ] ] }
|
||||||
[ drop f ]
|
[ drop f ]
|
||||||
} case
|
} case
|
||||||
] "custom-inlining" set-word-prop
|
] "custom-inlining" set-word-prop
|
||||||
|
|
Loading…
Reference in New Issue