Performs loop unrolling. When a loop is detected for which the loop condition can be evaluated at runtime and which is found to terminate in UNROLL_LIMIT steps or fewer it is unrolled in its entirety. No partial unrolling is ever performed.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.