This is the mail archive of the guile@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: Minimal example of memory leak.


Actually, the fact that the GC marks unreferenced local variables
should perhaps not be regarded as a bug.

It is probably reasonable to demand that the scheme programmer is
aware that if you close a closure over an environment, the closure
will in fact be a kind of representation of the environment.

Best regards,
/mdj