HHVM
HHVM stands for HipHop Virtual Machine. It is an open-source virtual machine for executing programs written in PHP and Hack. Developed by Facebook (now Meta), HHVM was initially created to improve the performance of Facebook's PHP codebase. It achieves this by using a just-in-time (JIT) compilation approach, which translates PHP code into optimized machine code during runtime, rather than relying solely on traditional interpretation.
HHVM supports both PHP and Hack, a dialect of PHP developed by Facebook that adds static typing
While HHVM was widely adopted by many companies and projects, its development focus has shifted over time.