pib icon indicating copy to clipboard operation
pib copied to clipboard

Evaluate opcode directly

Open oraoto opened this issue 7 years ago • 1 comments

Can we utilize zend_execute to evaluate opcode directly?

Some benefits:

  1. Reduce code size for faster load time
  2. Skip lexing and parsing for faster startup time

If possible, we can remove the lexer and parser entirely.

oraoto avatar Jun 14 '18 06:06 oraoto

Have you seen https://github.com/symisc/PH7 may be this can give some Ideas. It is called PH7 but imho PHP5

bigwasp avatar Jul 21 '18 10:07 bigwasp