Rehash weak hash tables less frequently.
authorLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 16:07:50 +0000 (17:07 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 22:45:23 +0000 (23:45 +0100)
commit70249b98575f3e04d5058f18682d5bd242cb6710
treefabfdea4af0d6bb21248b3f29e20dc7eb13934d1
parent3854d5fd235c1c5f4a81e9e967cb3f12af9e6046
Rehash weak hash tables less frequently.

* libguile/hashtab.c (weak_bucket_assoc): Call `scm_i_rehash' only when
  REMAINING is below `SCM_HASHTABLE_LOWER (table)'.
libguile/hashtab.c