help-octave
[Top][All Lists]
Advanced

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

Re: Can octave scripts be compiled into standalone programs?


From: Jordi Gutiérrez Hermoso
Subject: Re: Can octave scripts be compiled into standalone programs?
Date: Wed, 29 Aug 2007 11:33:05 -0500

On 29/08/2007, Evan <address@hidden> wrote:
> to improve performance?

Is the interpreter slowing you down? Can't vectorise any further? Do
you have any idea where your bottleneck is?

> if yes, how?

There have been previous requests and attempts to get this done, but
nothing definitive. You can use the liboctave classes in your own C++
programs, which is almost as good as taking an Octave script and
compiling it into native C++.

FWIW, here's the previous attempt I know of to create an Octave compiler:

    http://www.program-transformation.org/Octave/WebHome

although it looks like you can't reach the actual servers where the
compiler is found. :-(

- Jordi G. H.


reply via email to

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