1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/benchmark-suite/benchmarks
Ludovic Courtès 1ee2c72eaf Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.
* README: Document dependency on GNU libunistring.

* benchmark-suite/Makefile.am (SCM_BENCHMARKS): Add
  `benchmark/bytevectors.bm'.

* configure.in: Make sure we have libunistring; update $LIBS.

* libguile.h: Include "bytevectors.h" and "r6rs-ports.h".

* libguile/Makefile.am (libguile_la_SOURCES): Add `bytevectors.c' and
  `r6rs-ports.c'
  (DOT_X_FILES): Add `bytevectors.x' and `r6rs-ports.x'.
  (DOT_DOC_FILES): Add `bytevectors.doc' and `r6rs-ports.doc'.
  (noinst_HEADERS): Add `ieee-754.h'.
  (modinclude_HEADERS): Add `bytevectors.h' and `r6rs-ports.h'

* libguile/validate.h (SCM_VALIDATE_BYTEVECTOR): New macro.

* module/Makefile.am (SOURCES): Add $(RNRS_SOURCES).
  (RNRS_SOURCES): New variable.

* test-suite/Makefile.am (SCM_TESTS): Add `bytevectors.test' and
  `r6rs-ports.test'.
2009-05-28 23:12:01 +02:00
..
0-reference.bm * benchmarks/0-reference.bm: Added as a reference benchmark to be 2002-07-21 10:22:54 +00:00
bytevectors.bm Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2. 2009-05-28 23:12:01 +02:00
continuations.bm * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +00:00
if.bm * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +00:00
logand.bm * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +00:00
read.bm Add `read' benchmark. 2008-04-17 10:24:10 +02:00
subr.bm Add new subr invocation benchmarks. 2009-03-08 16:38:51 +01:00
uniform-vector-read.bm Add `uniform-vector-read!' benchmark. 2008-09-15 01:35:04 +01:00