org.apache.royale.abc.optimize.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
The Apache Royale Compiler
The newest version!
This package contains specialized visitors that transform their input
according to some figure of merit.
Typical figures of merit are:
- Code size and estimated cost to execute instructions
-
- Graph normalization to exclude unreachable regions
(dead code) and to remove unnecessary branch instructions.