Re: [Chicken-hackers] [PATCH] Make base allocation size zero for C_a_i_listN rewrites

2015-09-13 Thread Peter Bex
On Sun, Sep 13, 2015 at 02:39:16PM +1200, Evan Hanson wrote: > Previously, C_a_i_listN rewrites specified one word as the base size of > the resulting `##core#inline_allocate` form. However, because the > terminating C_SCHEME_END_OF_LIST isn't allocated, that base word needn't > be included in the

[Chicken-hackers] [PATCH] Make base allocation size zero for C_a_i_listN rewrites

2015-09-12 Thread Evan Hanson
Previously, C_a_i_listN rewrites specified one word as the base size of the resulting `##core#inline_allocate` form. However, because the terminating C_SCHEME_END_OF_LIST isn't allocated, that base word needn't be included in the calculated allocation size. --- c-platform.scm | 4 ++-- 1 file