Facebook's "HipHop Virtual Machine" released
[Posted December 12, 2011 by corbet]
Facebook has
announced
the release of the HipHop Virtual Machine. "
So, early last year, we
put together a small team to experiment with dynamic translation of PHP
code into native machine code. What resulted is a new PHP execution engine
based on the HipHop language runtime that we call the HipHop Virtual
Machine (hhvm). We're excited to report that Facebook is now using hhvm as
a faster replacement for hphpi, with plans to eventually use hhvm for all
PHP execution." They claim some significant speed improvements; the
announcement has a fair amount of detail about how it works. The source is
available from
Github.
(
Log in to post comments)