lua-users home
lua-l archive

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


On Sat, Nov 6, 2010 at 06:12, Mike Pall <mikelu-1011@mike.de> wrote:
> [Actually the internal userdata methods in LuaJIT have a much
> faster check, using a 16 bit udtype field in every userdata. See
> io_tofilep() in lib_io.c. Alas, this mechanism is not available
> for external methods and it might change anytime.]
>
> --Mike
>

Mike,
what happens if 16 bit udtype field overflows?

--Leo--