[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: PATCH: cnumber - efficient access to C variables from Lua
- From: David Manura <dm.lua@...>
- Date: Sun, 19 Feb 2006 02:57:39 +0000 (UTC)
I've posted the following patch against Lua 5.1:
http://lua-users.org/wiki/CnumberPatch
The CNUMBER patch provides a more efficient mechanism for accessing numeric C
variables from Lua. Accessing C variables becomes almost as efficient as
accessing local Lua variables. Various design decisions were made, so I'm
interested in opinions on that and whether there is a possibility for this, or
at least something like this, getting into the Lua core.
-davidm