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