From e4253f26ef7edbca0e19fa3f2e003485f999c555 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Wed, 18 Jul 2012 15:12:23 +0000 Subject: From the HipHop Homepage: HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features - such as eval() - in exchange for improved performance. HipHop was developed by Facebook and was released as open source in early 2010. Facebook sees about a 50% reduction in CPU usage when serving equal amounts of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve twice the traffic using 30% less CPU. WWW: https://github.com/facebook/hiphop-php/wiki --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/Makefile') diff --git a/lang/Makefile b/lang/Makefile index 4e72e42e1a47..15a3ef143fdf 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -114,6 +114,7 @@ SUBDIR += guile SUBDIR += harbour SUBDIR += haskell-mode.el + SUBDIR += hiphop-php SUBDIR += hla SUBDIR += hope SUBDIR += hs-brainfuck -- cgit v1.2.3