php-compiler icon indicating copy to clipboard operation
php-compiler copied to clipboard

Build FFI abstraction

Open ircmaxell opened this issue 6 years ago • 0 comments

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.

ircmaxell avatar Apr 22 '19 19:04 ircmaxell