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: Evan
Subject: Re: Can octave scripts be compiled into standalone programs?
Date: Thu, 30 Aug 2007 08:51:49 +0800

On 8/30/07, Jordi GutiƩrrez Hermoso <address@hidden> wrote:
> 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?

not really. I saw matlab can do this and wonder if/how much the
performance can be improved by compiling

> > 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. :-(
>

Thanks any way

> - Jordi G. H.
>



reply via email to

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