HHVM 3.19 Brings CLI Server Mode, Retranslate-All, Performance Boosts

Written by Michael Larabel in Free Software on 13 April 2017 at 01:53 PM EDT. Add A Comment
FREE SOFTWARE
Facebook developers have put out their latest release of HHVM to empower this PHP interpreter as well as what powers their Hack programming language.

HHVM 3.19 is the new release this week and it ships with some interesting experimental features. First up, there is a "Retranslate All" feature to re-translate all profiled code into optimized translations after it hits a specified number of requests. This re-translate all can be used for getting better performance, quicker warmups, and more. This experimental feature will likely go on by default in HHVM 3.20.

Also experimental with HHVM 3.19 is a CLI server mode feature that runs a server for PHP/Hack CLI scripts so that a translation cache can be kept between script runs. hackfmt is also a new experimental feature as a formatting tool to reformat Hack code.

Other changes with HHVM 3.19 is PHP const arrays support, HHI headers for Fast Parse and Watchman, more performance improvements, and other bug fixes.

More details on HHVM 3.19 at hhvm.com.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week