Michael T. Richter a écrit :
Building Neko 1.7.1 clean (no previous version installed, fresh from the
tarfile) I get an interpreter that inserts an annoying message in front
of each and every invocation of it:
GC Warning: USE_PROC_FOR_LIBRARIES + GC_LINUX_THREADS performs poorly.
First time to see this one.
The unfortunate problem here is that I cannot find either of those flags
anywhere in the source tree:
[...]
You will note that with the second use of find/xargs/grep I can find a
known string like "BeginCall" so I'm pretty sure that's working. So I
have a two-part question:
1. How, exactly, are the error strings for that message being
generated and yet not findable with grep?
2. What, exactly, do I do to get those messages to stop from
appearing each and every time I invoke the Neko runtime?
This is a message printed by the Boehm GC, not by Neko itself. Try to
recompile your Boehm GC with USE_PROC_FOR_LIBRARIES turned off (whatever
it is)
Best,
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)