Optimization User Interface
Optimization — Options
The Optimization — Options page controls the Optimization settings for your project.
Optimize Byte Codes
Enables or disables Bytecode Optimization globally. You can control the portions of the application to which Bytecode Optimization is applied by using include and exclude rules.
Make Public
Allows you to control when DashO™ makes classes and members public. The default selection, "Automatic", allows DashO to make classes and members public when it appears to be appropriate to do so. "Never" prevents DashO from making any members or classes public, and "Always" results in DashO always making non-private classes and members public. "Always" and "Never" are equivalent to the makepublic and nomakepublic global options, respectively.
Optimization — Include and Exclude
The Optimization Include and Exclude pages let you compose rules that determine which parts of the application will be optimized. Methods, classes, or entire packages can be selected.
See Graphical Rules Editor for details.