Hey:
On Fri, Mar 13, 2015 at 3:50 PM, Dmitry Stogov wrote:
> Hi Xinchen,
>
> I don't like to remove anything. I think GOTO may be made faster. It's just
> not very interesting to invest into it, because CALL is more suitable.
>
> execute_data->opline->handler(execute_data); won't work with CALL a
Hi Xinchen,
I don't like to remove anything. I think GOTO may be made faster. It's just
not very interesting to invest into it, because CALL is more suitable.
execute_data->opline->handler(execute_data); won't work with CALL and
global CPU registers s well :(
Thanks. Dmitry.
On Fri, Mar 13, 2