HHVM
10/34
HipHop for PHP
HHVM in production
•
Development started in 2010
•
A JIT engine, first to byte code, than to native code
•
Support for PHP 5.4 and newer features
•
Also supports Hack language, "Xdebug", etc...
•
Written in C++, and OCAML, and others