You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Improve the performance of your Java code Java / Getting Started
This article demonstrates that dynamic compilation maintains the language's semantics while static compilation often doesn't. Also shows why this matters and offers a bit of code to help you determine whether your just-in-time (JIT) compiler can transform tail recursion on code while preserving semantics.