chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] csc's -heap-... options


From: Sven Hartrumpf
Subject: Re: [Chicken-users] csc's -heap-... options
Date: Wed, 09 Apr 2003 15:34:36 +0200 (CEST)

On 09 Apr 2003, Sven Hartrumpf <address@hidden> wrote: 
> 2. -heap-growth 0 -heap-initial-size 768m -heap-shrinkage 0

BTW: these csc options generate the following C code:
C_heap_growth=0
C_heap_shrinkage=0
Note the two missing ; which make your C compiler very unhappy :-(

Ciao
Sven




reply via email to

[Prev in Thread] Current Thread [Next in Thread]