hashtables: Revert size of associate, but keep inlined. ~10s speedup on bootstrap

db4
Doug Coleman 2012-07-20 09:30:37 -07:00
parent 00056e2ea7
commit b656c8ef9e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ M: hashtable set-at ( value key hash -- )
dup ?grow-hash dupd new-key@ set-nth-pair ;
: associate ( value key -- hash )
H{ } clone [ set-at ] keep ; inline
2 <hashtable> [ set-at ] keep ; inline
<PRIVATE