Re: Reducing memory consumption
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Reducing memory consumption
- From: Mark Hamburg <mhamburg@...>
- Date: 2004年8月31日 14:50:39 -0700
If C closures with no upvalues were common, one could presumably extend Lua
to put them directly inline like light userdata and thereby avoid the
overhead of a closure.
Mark