This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fibonacci and performance
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: Fibonacci and performance
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 27 Apr 2001 13:51:37 -0400 (EDT)
- cc: Per Bothner <per at bothner dot com>, Java Discuss List <java at gcc dot gnu dot org>
On 27 Apr 2001, Tom Tromey wrote:
> I guess this would only affect recursive calls.
Or calls to methods of the same class, right? That is actually quite
common.
Jeff