chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] Argvector handling - maybe we could do better at t


From: Jörg F . Wittenberger
Subject: Re: [Chicken-hackers] Argvector handling - maybe we could do better at that
Date: Wed, 17 Feb 2016 17:36:00 +0100
User-agent: Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Icedove/38.4.0

Am 17.02.2016 um 13:22 schrieb Jörg F. Wittenberger:
> Am 16.02.2016 um 22:54 schrieb Peter Bex:
>> How about the stack-allocated vector I proposed?  It'd also be the
>> smallest change from what we currently have, I think.
> 
> How about trying the following.  This should make it easy to experiment.

The attached patch appears to not do any harm at all.

All it does is reserve a macro
C_allocate_argvector(as, c, av, avl)
wherein "as" is a reserved parameter
and use it back in c-backend.scm.

I hesitate to propose this to be included into 4.11.  At the other hand
it looks innocent enough and may provide an easier reference point once
we need to tell somebody which is the last known version to boot chicken
from source.

Best

/Jörg

Attachment: 0001-Provide-C_allocate_argvector.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]