octave-maintainers
[Top][All Lists]
Advanced

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

Re: JIT - automated mexing


From: Judd Storrs
Subject: Re: JIT - automated mexing
Date: Mon, 26 Jul 2010 10:19:54 -0400

On Mon, Jul 26, 2010 at 9:44 AM, Alexander Barth <address@hidden> wrote:
If one wants to assign a variable of another type, then one would get
a runtime error:
a = 1; % ok
a = 'some string';  % error

I've been pondering along the same lines. Where I get hung up is how would one declare unnamed intermediates values (returned by functions and used in the middle of expressions)? I guess the code could be rewritten to remove intermediates, but then the uncompiled code would perform worse?


--judd

reply via email to

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