Newsgroups: comp.lang.scheme
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!udel!news.sprintlink.net!siemens!princeton!nimaster.princeton.edu!blume
From: blume@aleph.cs.princeton.edu (Matthias Blume)
Subject: Re: Purify'd scheme(s) -- a contribution to the `GEL = SCM + RMS' debate
In-Reply-To: blume@aleph.cs.princeton.edu's message of Wed, 26 Oct 1994 21:49:54 GMT
Message-ID: <BLUME.94Oct26181435@aleph.cs.princeton.edu>
Originator: news@nimaster
Sender: news@Princeton.EDU (USENET News System)
Nntp-Posting-Host: aleph.cs.princeton.edu
Cc: rrrs-authors@martigny.ai.mit.edu,rms@lcs.mit.edu
Organization: Princeton University
References: <BLUME.94Oct26174954@aleph.cs.princeton.edu>
Date: Wed, 26 Oct 1994 22:14:35 GMT
Lines: 36

In article <BLUME.94Oct26174954@aleph.cs.princeton.edu> blume@aleph.cs.princeton.edu (Matthias Blume -- that's me) wrote:

   CPSTAK  :   Finished  scm                  (11492 errors,    0 leaked bytes)
   CTAK    :   Finished  scm                  (1724633 errors,    0 leaked bytes)
   DERIV   :   Finished  scm                  (14834 errors,    0 leaked bytes)
   DIV-ITER:   Finished  scm                  (47766 errors,    0 leaked bytes)
   DIV-REC :   Finished  scm                  (7169 errors,    0 leaked bytes)
   FFT     :   Finished  scm                  (   0 errors,    0 leaked bytes)
   FPRINT  :   Finished  scm                  (   0 errors,    0 leaked bytes)
   FREAD   :   Finished  scm                  (1951 errors,    0 leaked bytes)
   TAK     :   Finished  scm                  (10104 errors,    0 leaked bytes)
   TAKL    :   Finished  scm                  (78712 errors,    0 leaked bytes)
   TAKR    :   Finished  scm                  (13992 errors,    0 leaked bytes)

   (no typos -- I used cut&paste from the Purify window...)

Of course, there was a typo -- in the labels.  I only use cut&paste
for the numbers and added the labels by hand.  DIV-ITER and DIV-REC
are two benchmarks, but SCM runs only once to execute both.  PUZZLE is
missing. Here is the correct table:

CPSTAK:   Finished  scm                  (11492 errors,    0 leaked bytes)
CTAK  :   Finished  scm                  (1724633 errors,    0 leaked bytes)
DERIV :   Finished  scm                  (14834 errors,    0 leaked bytes)
DIV   :   Finished  scm                  (47766 errors,    0 leaked bytes)
FFT   :   Finished  scm                  (7169 errors,    0 leaked bytes)
FPRINT:   Finished  scm                  (   0 errors,    0 leaked bytes)
FREAD :   Finished  scm                  (   0 errors,    0 leaked bytes)
PUZZLE:   Finished  scm                  (1951 errors,    0 leaked bytes)
TAK   :   Finished  scm                  (10104 errors,    0 leaked bytes)
TAKL  :   Finished  scm                  (78712 errors,    0 leaked bytes)
TAKR  :   Finished  scm                  (13992 errors,    0 leaked bytes)

Sorry about that
--
-Matthias
