Re: Precompiled Code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Precompiled Code
- From: Benoit Germain <bnt.germain@...>
- Date: 2012年10月25日 11:06:56 +0200
2012年10月25日 steve donovan
<steve.j.donovan@gmail.com>
(Lua Lanes goes to a lot of trouble to copy these upvalues over between states)
Well, upvalues by themselves aren't much of a trouble actually, as the
whole data transfer logic is necessary to transfer function parameters on generator invocation and for the lindas :-).
--
Benoit.