scsh-users
[Top] [All Lists]

Re: FIX for make problem

To: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
Subject: Re: FIX for make problem
From: bdc@ai.mit.edu (Brian D. Carlstrom)
Date: Thu, 3 Nov 94 17:42:10 EST
Cc: SCSH List <scsh@martigny.ai.mit.edu>
>>> Scott Schwartz writes:

     > Bill writes:
    >> 0) faster startup (I don't really care how you do it...)

     > One good way would be to make the scsh image more like 100K than
     > 1000K, and to store it in the code segment, or mmap it, so it can
     > be demand paged and shared, instead of reading it all into the
     > data segment upon startup.

there is a hack in the makefile that can convert a heap image to c code
and then staticly link that in. i tried it but the result c code wouldnt
go through gcc it was just too big. if someone is interested in working
on it, we'd love to have it. as far as making the image smaller, i'm
open for suggestions. 

-bri

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