octave-maintainers
[Top][All Lists]
Advanced

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

reg speeding up octave


From: John W. Eaton
Subject: reg speeding up octave
Date: Wed, 1 Nov 2006 10:36:52 -0500

On  1-Nov-2006, Lakshmi Narasimhan wrote:

| Why can't octave be made as a gcc frontend?

If you just want a simple compiler front end that generates code that
uses octave_value objects and does all the dispatching at run-time, it
would not be too hard.  But it wouldn't speed things up much either.
If you want to do this kind of thing and speed things up, you have to
infer specific data types types from the code and that is hard.

jwe


reply via email to

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