lua-users home
lua-l archive

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


> From: owner-lua-l@tecgraf.puc-rio.br 
> [mailto:owner-lua-l@tecgraf.puc-rio.br] On Behalf Of paulmatthews
>
> Compile byte code into C. 

This was probably discussed previously, but how is this useful?  Isn't
this just simply factoring out the overhead of the VM?  Is the overhead
high enough in some applications that it matters?  Or is there a
different reason to want C code?