Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人试图实现这一目标吗?
http://developers.facebook.com/blog/post/358
取自您提供的链接:
PHP 的 HipHop 在技术上并不是一个编译器本身。相反,它是一个源代码转换器。HipHop 以编程方式将您的 PHP 源代码转换为高度优化的 C++,然后使用g++对其进行编译。
您必须将 g++ 编译器替换为在诸如mingw之类的 Windows 上运行的编译器。