Re: Reducing memory footprint?
Gurusamy Sarathy (gsar@activestate.com)
Tue, 09 Mar 1999 12:49:57 -0800
On Tue, 09 Mar 1999 16:34:58 EST, Ilya Zakharevich wrote:
>Gurusamy Sarathy writes:
>>
>> + use libperl.so
>
>How would this help? Perl executable is going to be shared anyway.
True, but some platforms may not be smart enough.
>> + use PerlInterp; (single process, multiple interpreters)
>
>Same here. What is going to be shared? Pretty nothing.
Single memory pool, SV pool.
Sarathy
gsar@activestate.com