[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Ensure we C_alloc enough stack space in C_
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] Ensure we C_alloc enough stack space in C_string_to_symbol. |
Date: |
Fri, 13 Jan 2012 19:01:21 +0100 (CET) |
From: Jim Ursetto <address@hidden>
Subject: [Chicken-hackers] [PATCH] Ensure we C_alloc enough stack space in
C_string_to_symbol.
Date: Thu, 12 Jan 2012 01:18:42 -0600
> C_string_to_symbol was allocating 6 words when it needed 7 (symbols gained an
> extra slot at some point, I think). I caught this when trying to get LLVM
> gcc working.
>
> Maybe it's also related to the intermittent symbol GC test failures in
> http://bugs.call-cc.org/ticket/724.
>
Signed off and pushed. Thanks.
cheers,
felix