scsh-users
[Top] [All Lists]

Re: It's the Virtual Machine Politics Stupid!

To: xjam@cork.cs.berkeley.edu
Subject: Re: It's the Virtual Machine Politics Stupid!
From: shivers@ai.mit.edu (Olin Shivers)
Date: Fri, 3 Nov 1995 17:09:50 -0500
Cc: scsh@martigny.ai.mit.edu
Reply-to: shivers@lcs.mit.edu
   A first step to getting better virtual memory behavior would be getting a
   VM written in Bigloo, Gambit, or Scheme->C. Then you could monkey around
   with the function representations to let you use mmap and others of that
   ilk to bring code into the image without this misguided (IMHO) compile an
   image to C stuff. 

The compile-an-image-to-C stuff was supposed to be a quick hack to
cheaply pick up a lot of mileage. Doing a new VM and retargeting the
compiler is a lot of work. Doing per-module mmap loading would be
*fantastic*, but requires new S48 features, like separate compilation.
Kelsey is working on that, so I am (still) hopeful.
    -Olin

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