On 29 Oct 2016, at 01:23, Eliot Miranda <eliot.miranda@gmail.com> wrote:Hi Thierry,On Fri, Oct 28, 2016 at 11:23 AM, Thierry Goubier <thierry.goubier@gmail.com> 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