Replace calls to functions with entries in the static function template table with their inlined equivalents. This provides a handy, if annoyingly manual, route for inlining calls to library functions for which call overhead dominates actual work done, such as Math.min.
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.