|
|
||
|
On Wed, Feb 16, 2011 at 6:10 PM, Mike Pall <mikelu-1102@mike.de> wrote:
> Pointer boxing overhead can usually be eliminated. It's always
> eliminated if you do it in a single expression together with the
> C function call: somecfunc(ffi.cast("void *", addr), ...)
great!
tks a lot
--
Javier