[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Ensure we C_alloc enough stack space in C_stri
From: |
Jim Ursetto |
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.
0001-Ensure-we-C_alloc-enough-stack-space-in-C_string_to_.patch.txt
Description: Text document
- [Chicken-hackers] [PATCH] Ensure we C_alloc enough stack space in C_string_to_symbol.,
Jim Ursetto <=