Marc says build is
./configure --enable-multiple-threaded-vms --enable-smp make; make bootstrap; make bootclean; make
and "the bootstrap step is needed because the Scheme code of the thread scheduler needs to be recompiled".
Related gambit/include.h DEFINE:s are ___MAX_PROCESSORS, which is 64, and ___MULTIPLE_THREADED_VMS which is set.
thread-send/receive currently crashes, and otherwise looks perfect.
Afficher les réponses par date
Please add a (minimal) unit test for the situation that causes thread-send/receive to crash.
Marc
On Jul 1, 2019, at 1:34 AM, Adam adam.mlmb@gmail.com wrote:
Marc says build is
./configure --enable-multiple-threaded-vms --enable-smp make; make bootstrap; make bootclean; make
and "the bootstrap step is needed because the Scheme code of the thread scheduler needs to be recompiled".
Related gambit/include.h DEFINE:s are ___MAX_PROCESSORS, which is 64, and ___MULTIPLE_THREADED_VMS which is set.
thread-send/receive currently crashes, and otherwise looks perfect. _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://mailman.iro.umontreal.ca/cgi-bin/mailman/listinfo/gambit-list