Open oraoto opened 6 years ago
Can we utilize zend_execute to evaluate opcode directly?
zend_execute
Some benefits:
If possible, we can remove the lexer and parser entirely.
Have you seen https://github.com/symisc/PH7 may be this can give some Ideas. It is called PH7 but imho PHP5
Can we utilize
zend_execute
to evaluate opcode directly?Some benefits:
If possible, we can remove the lexer and parser entirely.