Getting into the Zend Execution engine
Un article vraiment très intéressant et très technique concernant la partie exécution du moteur de PHP (la VM qui exécute l’OPCode préparé à la première étape), par Julien Pauli. Ca vaut vraiment le coup de prendre le temps de le lire entièrement.
Well, it is a language that won’t turn its instructions (its syntax) directly into native machine language, but into an intermediate form, that obviously won’t be directly run by the CPU (as this one wouldn’t understand the instructions), but by an intermediate code base, itself being written using native machine instructions this time (we use the C language for that nowadays).
via Getting into the Zend Execution engine
Commentaires récents