[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OP_TAILCALL versus OP_CALL question
- From: Hisham <h@...>
- Date: Thu, 19 Mar 2015 20:41:42 -0300
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