scsh-users
[Top] [All Lists]

Memory use

To: sperber@informatik.uni-tuebingen.de
Subject: Memory use
From: shivers@ai.mit.edu (Olin Shivers)
Date: Fri, 3 Nov 1995 10:21:03 -0500
Cc: scsh@martigny.ai.mit.edu, scheme-48@martigny.ai.mit.edu
Reply-to: shivers@ai.mit.edu
   Another big win would be a generational garbage collector.  Has anyone
   tried plugging in Paul Wilson's collector, or the collector that's in
   Elk?  Shouldn't be too hard, since Scheme 48 provide the necessary
   information for a precise collector.

Yep, but that requires messing with PreScheme. So it's another thing
we are kind of serialised on NEC for -- a reasonable PreScheme development
system.

   Well, SCM is there, and that has a compiler.  (It's called Hobbit.)
   However, as many people have pointed out, SCM's execution model sucks
   big-time.  SCM (and, I assume, Guile) just does not run reliably for
   very long, and that's not likely to change.

   Also, it's development environment is minimal, and (due to the
   execution model) not likely to improve.

I was not happy when guile chose to go with scm.
    -Olin

<Prev in Thread] Current Thread [Next in Thread>