help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: are there plans for an octave profiler?


From: John W. Eaton
Subject: Re: are there plans for an octave profiler?
Date: Fri, 13 May 2005 15:57:35 -0400

On 13-May-2005, Mike Miller wrote:

| I'm not up to the job!  I have always wondered how MATLAB defined the 
| term.  Maybe MATLAB does nothing more than Octave in this regard - 
| converting to an internal representation of the code but not converting to 
| hardware instructions.

These days, Matlab has a just-in-time compiler, so it does a much
better job of executing loops and functions efficiently, provided that
it can infer the basic types of variables.  If not, then I don't think
you can get a very large improvement over interpreting the code.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]