guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch stable-2.0 updated (5d971db -> 01a301d)


From: Ludovic Courtès
Subject: [Guile-commits] branch stable-2.0 updated (5d971db -> 01a301d)
Date: Sun, 11 Jan 2015 21:54:24 +0000

civodul pushed a change to branch stable-2.0
in repository guile.

      from  5d971db   Improve deprecation message of 'scm_add_to_port_table'.
       new  cdcba5b   statprof: 'statprof' and 'with-statprof' return the 
code's return values.
       new  37b1453   Avoid converting the 'mode' argument of 'open-file'.
       new  5943a62   Optimize 'write' for strings.
       new  894d0b8   Deprecate 'scm_string_hash'.
       new  87a8b56   Add 'string-hash' benchmarks.
       new  01a301d   Optimize 'string-hash'.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 benchmark-suite/Makefile.am                      |    1 +
 benchmark-suite/benchmarks/{write.bm => hash.bm} |   49 +++++++-------
 doc/ref/statprof.texi                            |    7 +-
 libguile/fports.c                                |   11 ++-
 libguile/hash.c                                  |   31 +++++++--
 libguile/hash.h                                  |   12 +++-
 libguile/print.c                                 |   78 ++++++++++++++-------
 module/statprof.scm                              |   23 ++++---
 test-suite/tests/ports.test                      |   16 ++++-
 test-suite/tests/statprof.test                   |   13 ++++
 10 files changed, 164 insertions(+), 77 deletions(-)
 copy benchmark-suite/benchmarks/{write.bm => hash.bm} (51%)



reply via email to

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