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: guile/guile-core/libguile init.c


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> My guess is that it is bugfree now.

In a small optimization I happened to replace

  int

with

  scm_sizet

This caused massive allocation of memory.  :)

Please try again with the current CVS version.

(Produce two parallel static guiles (the binaries should be > 1Mb),
 then test them multiple times, every time one or the other
 interpreter, mixed.)

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