Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What is different from the intermediate code HHVM generates and the code that OPcache/apc stores? Is HHVM always faster compared to code that is cached in OPcache/APC?


An opcache code just stores the bytecode so you just avoid the parsing step in each request. It does not inherently optimizes anything, although it has been tried with APC in the past (but finally abandoned). I don't know what's the status with the new official opcache and optimization.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: