ircmaxell/php-optimizer

A CFG Optimizer for PHP

dev-master 2019-02-27 18:45 UTC

This package is auto-updated.

Last update: 2024-06-28 06:50:13 UTC


README

An optimizer for PHP

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