I\'m evaluating HipHop-PHP for compatibility and performance on our code base, but I\'m getting very poor performance when running it with the built-in web server enabled.>
if HHVM > v3.4 Changed Eval.JitWarmupRequests=0 to Eval.JitProfileInterpRequests=0
`#!/usr/bin/hhvm -v Eval.Jit=1 -v Eval.JitProfileInterpRequests=0 ./do.php`