[PHP-DEV] Re: Drop Multiply VM kind support

2015-03-13 Thread Xinchen Hui
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

[PHP-DEV] Re: Drop Multiply VM kind support

2015-03-13 Thread Dmitry Stogov
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