scsh-users
[Top] [All Lists]

Re: More on scsh bloat

To: sommerfeld@orchard.medford.ma.us
Subject: Re: More on scsh bloat
From: shivers@ai.mit.edu (Olin Shivers)
Date: Fri, 3 Nov 1995 10:25:23 -0500
Cc: schwartz@galapagos.cse.psu.edu, scsh@martigny.ai.mit.edu
Reply-to: shivers@ai.mit.edu
   The current scsh heap size is now 2,500,000 words, or 10,000,000 bytes.

   In 0.3, it was 1,500,000 words, or 6,000,000  bytes.

Here's my (totally wild) guess: some of that delta is new code,
most of it is extra debugging tables.

Clearly, the static heap linker will help a lot. I also suspect Sommerfeld
is right -- the static linker could wring more read-only data out of
the heap than it does now. 

mmap() tricks would pay off but we'd have to be careful to do it
in a portable way, because it isn't standard, and we still want to
be able to build on systems that don't have it.
    -Olin

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