Optimization
The -O level
command-line option controls the level of optimization before the execution begins.
Currently, there are three level of optimization available:
In the end, the code is translated to Perl and is ready to be executed. In the translation process, however, more non-optional optimizations are performed, such as loop and scope optimizations.
Last updated