[#3006] CVS repository — "Eugene Scripnik" <hoaz@...>

Hello.

21 messages 2004/06/16
[#3008] Re: CVS repository — ts <decoux@...> 2004/06/16

>>>>> "E" == Eugene Scripnik <hoaz@gala.net> writes:

[#3009] Re: CVS repository — Michal Rokos <michal@...> 2004/06/16

Hi!

[#3057] Ruby 1.8.2 to be released. — matz@... (Yukihiro Matsumoto)

Hi,

20 messages 2004/06/23

Re: Ruby 1.8.2 to be released.

From: matz@... (Yukihiro Matsumoto)
Date: 2004-06-23 17:11:07 UTC
List: ruby-core #3064
Hi,

In message "your message"
    on 04/06/24, "=?windows-1251?Q?=D1=EB=E5=EF=ED=E5=E2_=C2=EB=E0=E4=E8=EC=E8=F0?=" <slepnev_v@rambler.ru> writes:

|The old memory-hog with continuations:
|
|loop do
|   callcc do |cc|
|     cc.call(proc {})
|   end.call
|end

Unfortunately, this one (and the other with callcc and weakref
combination) caused by conservative garbage collection.  It's not
easy to fix.  I'm afraid I need to re-implement the whole GC system,
with additional burden for extension writers.

I hope somebody prove me wrong.

							matz.

In This Thread