In general exposing zend_vm_get_opcode_handler() can't help.
You know that executor might be generated/compiled not only using call-treading but also using switch or goto. In these cases zend_vm_get_opcode_handler() won't return a function that could be called.

Thanks. Dmitry.

On 02/14/2012 10:43 AM, Stas Malyshev wrote:
Hi!

Hi:
a patch for this proposal:

Don't see any problem with it. Dmitry, any issues you see with it?
If not, we can commit it.


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to