ircmaxell / php-compiler

A compiler. For PHP
MIT License
794 stars 33 forks source link

Build FFI abstraction #56

Open ircmaxell opened 5 years ago

ircmaxell commented 5 years ago

Build abstraction around FFI to allow the engine to "run" via FFI, but compiled code can bypass the FFI layer.

Meaning, the JIT/AOT compilers must know enough about this FFI abstraction to be able to compile it away.