help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] forking and GC


From: Lyndon Tremblay
Subject: [Help-smalltalk] forking and GC
Date: Mon, 24 Nov 2003 08:38:22 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030718

st> [ [ 1 = 1 ] whileTrue: [ 'arensito' printNl ] ] fork!

A simple test like this is quite peculiar;
At first, it executes right up until garbage collection takes place,
then stops.
The second time it is called, it runs forever as expected.

Can garbage collection be done explicitly? It seems like quite a workaround.

My setup: --enable-jit --disable-dld --disable-gtk

--humasect





reply via email to

[Prev in Thread] Current Thread [Next in Thread]