From b910ca090c663275e1eb4d0e51cf15621b2c9608 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 8 Jan 2014 09:56:08 -0800 Subject: [PATCH] compiler.tree.propagation.transforms: previous H{ } and HS{ } optimization no longer necessary. --- basis/compiler/tree/propagation/transforms/transforms.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/compiler/tree/propagation/transforms/transforms.factor b/basis/compiler/tree/propagation/transforms/transforms.factor index e0ce989dff..689ae20202 100644 --- a/basis/compiler/tree/propagation/transforms/transforms.factor +++ b/basis/compiler/tree/propagation/transforms/transforms.factor @@ -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)) hashtable boa ] ] } - { HS{ } [ [ drop 0 0 4 ((empty)) hash-set boa ] ] } + { H{ } [ [ drop 0 ] ] } + { HS{ } [ [ drop 0 ] ] } [ drop f ] } case ] "custom-inlining" set-word-prop