Categories


Improve the performance of your Java code

Raiting 0.00

Description

This article, demonstrates that dynamic compilation maintains the language's semantics while static compilation often doesn't. This article supports sample codes to help you decide whether your just-in-time (JIT) compiler can transform tail recursion on code while preserving semantics. The variables will be represented as parameters to the functions when iterations are represented as tail-recursive functions. A recursive call is tail recursive if the return value of that call is immediately returned as the value of the calling function and it is not required to remember the context of the calling function when bringing up the call.

Information
Title: Improve the performance of your Java code
Author: admin0080
Price / Cost:
Last Updated: 2003-03-03
URL: Click to Visit
Web site Language: English
Total Votes: 1
Current Rating: 0.00
Total Hits #: 77
Listings ID #: 9917