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]

GC and continuations


Hello list!

I tried the form: ((call/cc call/cc) (call/cc call/cc)) and it did what it is
supposed to do (pass continuations to and fro and never stop :). What toubles
me is that it was consuming more and more memory. When I stopped the process
(ctrl-c) and run GC like this: (gc) then no memory was reclaimed (at least it
was not abvious in the `top').

Does it have to be like this?

--
jonis

The last thing one knows in constructing a work is what to put first.
-- Blaise Pascal


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