Hi Andy,
Andy Wingo writes:
> On Mon 25 Feb 2013 01:34, Mark H Weaver writes:
>
>> The current limitation of 10 arguments to foreign functions is proving
>> to be a problem for some libraries, in particular the Allegro game
>> library.
>>
>> Is there a reason why raising this limit to 16 or 20
Hello-
What would you think about applying the following patch?
It is a standalone test that, in effect, checks to see if
BDW-GC is running marking in its own non-Guile thread. If
BDW does have parallel marking enabled, this test will SEGV.
If it doesn't have parallel marking enabled, this test
Hi William,
William ML Leslie writes:
> On 23 February 2013 18:49, Mark H Weaver wrote:
>> William ML Leslie writes:
>>> Recompiling every procedure that uses + when somebody binds it means
>>> compiling a lot of code that probably isn't going to be used. More
>>> likely, if + has been inlined