diff --git a/benchmarks/timelog b/benchmarks/timelog index 5f4b1e4..eff5a6b 100644 --- a/benchmarks/timelog +++ b/benchmarks/timelog @@ -36660,3 +36660,49 @@ running stats for compile-array1: 48 ms elapsed cpu time, including 31 ms collecting 48 ms elapsed real time, including 32 ms collecting 1722224 bytes allocated +NOW: 2007-11-28 22:35:27 +running stats for compile-ack: + 1 collection + 55 ms elapsed cpu time, including 35 ms collecting + 91 ms elapsed real time, including 41 ms collecting + 1370184 bytes allocated +running stats for ack (20): + no collections + 1609 ms elapsed cpu time, including 0 ms collecting + 1612 ms elapsed real time, including 0 ms collecting + 24 bytes allocated +running stats for compile-ack: + 1 collection + 53 ms elapsed cpu time, including 37 ms collecting + 53 ms elapsed real time, including 37 ms collecting + 1370184 bytes allocated +running stats for ack (20): + no collections + 1614 ms elapsed cpu time, including 0 ms collecting + 1621 ms elapsed real time, including 0 ms collecting + 24 bytes allocated +running stats for compile-ack: + 1 collection + 53 ms elapsed cpu time, including 37 ms collecting + 54 ms elapsed real time, including 37 ms collecting + 1370184 bytes allocated +running stats for ack (20): + no collections + 1615 ms elapsed cpu time, including 0 ms collecting + 1621 ms elapsed real time, including 0 ms collecting + 24 bytes allocated +running stats for compile-ack: + 1 collection + 54 ms elapsed cpu time, including 37 ms collecting + 55 ms elapsed real time, including 38 ms collecting + 1370184 bytes allocated +running stats for ack (20): + no collections + 1615 ms elapsed cpu time, including 0 ms collecting + 1622 ms elapsed real time, including 0 ms collecting + 24 bytes allocated +running stats for compile-ack: + 1 collection + 53 ms elapsed cpu time, including 37 ms collecting + 54 ms elapsed real time, including 38 ms collecting + 1370184 bytes allocated diff --git a/configure b/configure index 883f8ff..e5adeb3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for ikarus 0.0.2-rc2. +# Generated by GNU Autoconf 2.61 for ikarus 0.0.2. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ikarus' PACKAGE_TARNAME='ikarus' -PACKAGE_VERSION='0.0.2-rc2' -PACKAGE_STRING='ikarus 0.0.2-rc2' +PACKAGE_VERSION='0.0.2' +PACKAGE_STRING='ikarus 0.0.2' PACKAGE_BUGREPORT='aghuloum@cs.indiana.edu' ac_unique_file="src/" @@ -1227,7 +1227,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ikarus 0.0.2-rc2 to adapt to many kinds of systems. +\`configure' configures ikarus 0.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1298,7 +1298,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ikarus 0.0.2-rc2:";; + short | recursive ) echo "Configuration of ikarus 0.0.2:";; esac cat <<\_ACEOF @@ -1384,7 +1384,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ikarus configure 0.0.2-rc2 +ikarus configure 0.0.2 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1398,7 +1398,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ikarus $as_me 0.0.2-rc2, which was +It was created by ikarus $as_me 0.0.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2214,7 +2214,7 @@ fi # Define the identity of the package. PACKAGE=ikarus - VERSION=0.0.2-rc2 + VERSION=0.0.2 cat >>confdefs.h <<_ACEOF @@ -8722,7 +8722,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ikarus $as_me 0.0.2-rc2, which was +This file was extended by ikarus $as_me 0.0.2, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8775,7 +8775,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ikarus config.status 0.0.2-rc2 +ikarus config.status 0.0.2 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 0ee5d45..0793d95 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(ikarus, 0.0.2-rc2, aghuloum@cs.indiana.edu) +AC_INIT(ikarus, 0.0.2, aghuloum@cs.indiana.edu) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(ikarus, 0.0.2-rc2) +AM_INIT_AUTOMAKE(ikarus, 0.0.2) AC_CONFIG_SRCDIR([src/]) diff --git a/scheme/last-revision b/scheme/last-revision index 43cff8a..b4fd007 100644 --- a/scheme/last-revision +++ b/scheme/last-revision @@ -1 +1 @@ -1139 +1142