Add a fastpath for simple array CGetMs to VectorTranslator
[hiphop-php.git] / README.md
blob8f708e0af75dad260da55619fb234e6e6b5dd154
1 # HipHop VM for PHP
3 HipHop VM (HHVM) is a new open-source virtual machine designed for executing programs written in PHP. HHVM uses a just-in-time compilation approach to achieve superior performance while maintaining the flexibility that PHP developers are accustomed to. HipHop VM (and before it HPHPc) has realized >5x increase in throughput for Facebook compared with Zend PHP 5.2.
4 * [Wiki](http://wiki.github.com/facebook/hiphop-php)
5 * [Issue Tracker](http://github.com/facebook/hiphop-php/issues)
7 ## Required Packages, and Installing and Running HipHop VM
9 The latest information is available on the [wiki](http://github.com/facebook/hiphop-php/wiki).
11 ## Contributing to HipHop VM
13 HipHop VM is licensed under the PHP and Zend licenses except as otherwise noted.
15 Before changes can be accepted a [Contributors Licensing Agreement](http://developers.facebook.com/opensource/cla) must be signed and returned.