Home - PPC64/hhvm GitHub Wiki
HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP. This is the home page for the HHVM port to POWER (ppc64el).
For official HHVM's wiki, access this page
-
Tasks
- Creating a new task
- [Task list] (https://github.com/PPC64/hhvm/labels/task)
-
Related Issues
- Open
- libicu
- [Different behavior between x86_64 and ppc64le in overflow in locale_get_display_name] (http://bugs.icu-project.org/trac/ticket/11936)
- libevent issue
- Relocation issue
- libicu
- Open
-
Development topics
- Performance
- VASM Unofficial Documentation
- Force only interpretation mode
- Use
-m interp
on the command line, or - Set
hhvm.jit = false
on[HHVM]
topic on yourphp.ini
configuration file or, - The hardcoded way, revert this commit
- Use
- Branch taking too many instructions