chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Strange parameters in the runtime library


From: Thomas Chust
Subject: Re: [Chicken-users] Strange parameters in the runtime library
Date: Mon, 19 Sep 2005 17:50:28 -0000
User-agent: Opera M2/8.02 (MacPPC, build 2148)

Am 19.09.2005, 15:31 Uhr, schrieb felix winkelmann <address@hidden>:

[...]
The standard calling convention is:

argument-count, closure, continuation, arguments...

so, the closure is the actual closure object that contains the code-pointer
and the free variables. Primitives have no free variables, so it is
not used.
[...]

Thanks for the explanation. It shows me once more that I haven't fully understoods CHICKEN's internals yet :)

cu,
Thomas




reply via email to

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