public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Merge fix for new rehash signature
evanphx (author)
Thu Feb 14 01:31:45 -0800 2008
commit  cdad60f4930f9c8a30859dfc00b3a7061713dd34
tree    3b9bab59d32f8b47392885b85e46b72b34183335
parent  30ee3e8853cd165186fc9bd77bb258b935acc8ac
...
285
286
287
288
 
289
290
291
...
285
286
287
 
288
289
290
291
0
@@ -285,7 +285,7 @@ void hash_assign(STATE, int (*compare)(STATE, OBJECT, OBJECT), OBJECT tbl,
0
   b = N2I(hash_get_bins(tbl));
0
   
0
   if((double)i / (double)b > MAX_DENSITY) {
0
- hash_rehash(state, tbl, i);
0
+ hash_rehash(state, tbl);
0
   }
0
 
0
   if(REFERENCE_P(base)) {

Comments

    No one has commented yet.