guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-finalizers, created. v2.1.0-51-g50


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-finalizers, created. v2.1.0-51-g5077c02
Date: Sun, 19 Feb 2012 21:49:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=5077c02d7420ce03c4d4566b6ab04ceb9cf150ac

The branch, wip-finalizers has been created
        at  5077c02d7420ce03c4d4566b6ab04ceb9cf150ac (commit)

- Log -----------------------------------------------------------------
commit 5077c02d7420ce03c4d4566b6ab04ceb9cf150ac
Author: Andy Wingo <address@hidden>
Date:   Sun Feb 19 14:25:29 2012 +0100

    avoid allocating finalizer data for symbols in weak sets
    
    * libguile/weak-set.c (symbol_finalizer, register_finalizer): Add a fast
      path for symbols, to avoid allocating the finalizer data.

commit 36931b31b5e90e4135d57e864d9a617481678c67
Author: Andy Wingo <address@hidden>
Date:   Sun Feb 19 12:23:45 2012 +0100

    reimplement guardians in terms of chained finalizers and weak tables
    
    * libguile/guardians.c: Reimplement in terms of chained finalizers and
      weak tables.
    
    * test-suite/tests/guardians.test: Add test for weak mappings added
      after registering an object with a guardian.

commit b7ad674fdc0b1f734e77e89e68c5c67bc3785f79
Author: Andy Wingo <address@hidden>
Date:   Sun Feb 19 11:00:50 2012 +0100

    reimplement weak sets using finalizers instead of disappearing links
    
    * libguile/weak-set.c: Reimplement using finalizers.  Removes the need
      for the periodic vacuum_table calls.

commit 543328b5aed9b4898e2943b3ae3718f5c786491f
Author: Andy Wingo <address@hidden>
Date:   Sun Feb 19 12:51:53 2012 +0100

    reimplement weak tables using finalizers instead of disappearing links
    
    * libguile/weak-table.c: Rewrite to use finalizers instead of
      disappearing links.  This will allow weak table associations to
      persist beyond resuscitation of an object by a guardian.  It also
      removes the need to periodically vacuum the table.
    
    * test-suite/tests/guardians.test: Add test for weak maps persisting
      across guardian resuscitations.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]