-

- Check out Circle Continuous Integration made easy
-
Recent Posts
- TryChooser
- CC-lists and openness
- Helping new contributors – Part 2 – Mentoring
- Helping New Contributors – Part 1 – Meta
- Summary of Contributor Engagement threads on dev-planning
- Great commit messages
- Why we shut NewsTilt down
- A rant about PHP compilers in general and HipHop in particular.
- Introducing Malicious Code Reviews
Archives
Links
Tag Archives: phc
A rant about PHP compilers in general and HipHop in particular.
I’ve worked on phc since 2005, and been its maintainer since 2007. I wrote the optimizer, and nearly everything performance related. I had mixed reactions upon hearing about the release of HPHP [1], the new PHP compiler from Facebook. There … Continue reading
Posted in Uncategorized
Tagged compilers, duck-typing, dynamic-languages, hiphop, interpreters, jits, llvm, optimization, patents, performance, phc, phd, php, programming, references, scripting-language, static-analysis, type-inference, unladen-swallow
22 Comments
Introducing Malicious Code Reviews
I’m inventing a new sport today, which I call “malicious code reviews”. I spent a few hours reading some really very bad code, and in retaliation against its author(s), I’m going to code review it [1]. The code comes from … Continue reading →