octave-maintainers
[Top][All Lists]
Advanced

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

Re: Question


From: Jordi Gutiérrez Hermoso
Subject: Re: Question
Date: Thu, 07 Jul 2016 20:07:28 -0400

On Thu, 2016-07-07 at 11:27 +0300, Dominic O'Kane wrote:
   
> I was wondering if it might be easier to have a built in parser that
> can convert octave code to C

No, it's not easier. It's more or less exactly the same problem as a
JIT compiler. The only big difference between ahead-of-time compiling
or just-in-time compiling is when the compiling happens, but both have
to solve the same problem of type inference and so forth.

- Jordi G. H.





reply via email to

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