lua-users home
lua-l archive

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


On 19 March 2015 at 19:38, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> Hi,
>
> I was wondering if I can simply code for OP_CALL when the JIT
> encounters OP_TAILCALL - in a simple test it seems to work okay but am
> wondering if there might be something that means that I need to code
> OP_TAILCALL differently.

If you do that, code that works will start producing stack overflows.

-- Hisham