octave-maintainers
[Top][All Lists]
Advanced

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

Type estimating Octave Compiler


From: John W. Eaton
Subject: Type estimating Octave Compiler
Date: Mon, 18 Apr 2005 14:26:05 -0400

On 18-Apr-2005, Jens Ruecknagel <address@hidden> wrote:

| It is done.
| 
| As my Student Diploma Thesis (after 5 years at University in Germany, 
| comparable to a Master) I implemented an Octave to C++ compiler 
| prototype using type estimation techniques. A first benchmark shows that 
| the compiled code executes on average 38 times faster.
| 
| The techniques used in this compiler are really interesting, if your 
| interested read the thesis and checkout the compiler, download it from 
| http://ruena.gmxhome.de
| 
| Please send me your comments.

I have not looked at the code or your thesis in detail, but from a
quick reading, it looks very promising.

I see that your code does not include any copyright statement.  As
much of it appears to be derived from Octave, I think it must be
distributed under terms that are compatible with the GPL.  Probably it
is best to include some copyright notice in each substantial file.

Since your compiler relies on the internals of Octave, it might be
good to include it in the core of Octave so that it does not suffer
bit rot and quickly become obsolete (if it is part of Octave, then we
will notice when changes to the Octave internals cause problems for
the the compiler).  Would you be interested in contributing it?

Thanks!

jwe



reply via email to

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