Journey of a Thousand Bytecodes

Comments

Comments are closed.

Very cool and informative talk about how the sausage is made in PHP and HHVM. Lexing, parsing, compiling, and then executing (with cats). Brought in real-world uses of state machines that help drive home the points made in other talks. An excellent talk to end the session portion of Zendcon. Well done.

Great talk. Hearing about HHVM is refreshing here at ZendCon.
It's good to hear from people who are experts. Thank you Sara!

Always love Sara's talks, very passionate and crammed full with awesome technical detail. Interesting to hear about AstKit as it bears some similarities to a userland library project I'm working on that will also allow monkey patching things.