This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Some profile results: scm_sloppy_assq?


mdj@mdj.nada.kth.se writes:
> BTW, the current GC parameters aren't tuned for such a large
> application.  You can define the following environment variables:
> 
> GUILE_INIT_SEGMENT_SIZE_1       Size of initial heap segment in bytes
>                                 (default = 360000)

Isn't there some kind of C interface ,

  setenv ("GUILE_INIT_SEGMENT_SIZE_1", "4194304", 0);
  setenv ("GUILE_MAX_SEGMENT_SIZE", "8388608", 0);

looks very clumsy.
-- 

Han-Wen Nienhuys, hanwen@cs.uu.nl ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]