Hi Thierry, On Fri, Oct 28, 2016 at 11:23 AM, Thierry Goubier <[email protected] > wrote:
> Hi Esteban, > > Le 28/10/2016 à 11:56, Esteban Lorenzano a écrit : > >> VM here: http://bintray.com/estebanlm/pharo-vm/build#files/ >> > > What is the difference between the various x86_64 versions? I chose the > itimer one for my tests. The threaded one is the "run external calls in > their own thread" vm? > No. The "threaded" one uses a separate thread for generating the heartbeat. The timer one uses a signal-based interval timer. You want the threaded one. The signal-based implementation causes havoc with external code. Thanks, > > Thierry > _,,,^..^,,,_ best, Eliot
