octave-maintainers
[Top][All Lists]
Advanced

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

Re: Question of JITC


From: lyh.kernel
Subject: Re: Question of JITC
Date: Tue, 20 Aug 2013 16:05:32 +0800

Hello Max,

I am wondering whether the type inference you implemented is incremental or not. Incremental means for a user defined function, we may do type inference on it without considering argument type, storing the inference result. When the function is called, we could get data type of parameters and do further inference based on previous semi-finished result.

Thanks a lot

reply via email to

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