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: Mike Miller
Subject: Re: are there plans for an octave profiler?
Date: Fri, 13 May 2005 13:46:37 -0500 (CDT)

On Fri, 13 May 2005, Joe Koski wrote:

Different computer languages have different strengths and disadvantages. Octave is interpreted, which will never be blazingly fast because inside a loop because it just keeps reinterpreting the same octave instructions into machine code again and again.

I remember reading years ago that MATLAB functions are compiled in memory the first time each function is executed within a session. Does Octave also compile functions in memory? Is it then faster in subsequent calls to the same function than it is in the initial call?

Mike



-------------------------------------------------------------
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]