help-octave
[Top][All Lists]
Advanced

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

Re: Octave crashes on old MEX-files: how can I detect/prevent this?


From: Sebastian Schöps
Subject: Re: Octave crashes on old MEX-files: how can I detect/prevent this?
Date: Wed, 7 Dec 2016 06:13:35 -0800 (PST)

siko1056 wrote
> If there was a clean and priceless solution of detecting this, I would
> agree. But the intention to leave the Octave language by using
> oct/mex-files is to get fast code. I would bother more passing expensive
> checks each time calling a oct/mex-file, than recompiling everything at
> startup, if necessary.

I'd say stability is more important than performance. Furthermore, for a
fast code, I typically do not call an oct-file several times but I rather
call it once with a "heavy" computation. In this case a single additional
check when calling seems tolerable to me. 

Bye
Sebastian  



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-crashes-on-old-MEX-files-how-can-I-detect-prevent-this-tp4680890p4680919.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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