ircmaxell / php-optimizer

A CFG Optimizer for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An optimizer for PHP

Right now, this only does simple optimizations like constant propagation and constant-conditional-jump elimination.

About

A CFG Optimizer for PHP

License:MIT License


Languages

Language:PHP 99.7%Language:Shell 0.3%