compiler.tree.propagation.transforms: previous H{ } and HS{ } optimization no longer necessary.

db4
John Benediktsson 2014-01-08 09:56:08 -08:00
parent 6b0e72a475
commit b910ca090c
1 changed files with 2 additions and 2 deletions
basis/compiler/tree/propagation/transforms

View File

@ -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