They tune language rather than their code. They created translator (HipHop) which converts PHP into C++. To debug generated code, they wrote another interpreter for them (HPHPi). HPHPi is painfully slow, so they wrote virtual machine to run them (HPHPVM).

Tags: PHP Facebook