Skip to content

Instantly share code, notes, and snippets.

@dansimau
Created November 30, 2012 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dansimau/4174974 to your computer and use it in GitHub Desktop.
Save dansimau/4174974 to your computer and use it in GitHub Desktop.

Trying out HHVM (JIT)

Following instructions to set up Wordpress (from http://www.hiphop-php.com/wp/?p=113):

# /usr/bin/hhvm --mode server --user www-data --config /etc/hhvm.hdf
/home/sgolemon/dev/hiphop-php/src/runtime/vm/translator/asm-x64.cpp:79 (makeExecable): mprotect @(nil) 32768 bytes failed (Cannot allocate memory)
/home/sgolemon/dev/hiphop-php/src/runtime/vm/translator/asm-x64.cpp:79 (makeExecable): mprotect @(nil) 32768 bytes failed (Cannot allocate memory)
Aborted (core dumped)
# 

HipHop says no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment