chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] Need help to understand C_mutate better.


From: Jörg F . Wittenberger
Subject: Re: [Chicken-hackers] Need help to understand C_mutate better.
Date: 21 Oct 2011 12:35:05 +0200

On Oct 21 2011, Jörg F. Wittenberger wrote:

For the C_mutate, whoever has any wild guess how this
behaviour could come up, please help me with that one.

I wonder: C_mutate is (in runtime.c) sometimes used like this

if(C_in_stackp(x)) C_mutate(&y,x); else y=x;

and sometimes the C_in_stackp() is not there.


I fail to see that this missing in stack test would harm;
but maybe that's just may fault.






reply via email to

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