help-octave
[Top][All Lists]
Advanced

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

Octave very slow on Cygwin


From: John W. Eaton
Subject: Octave very slow on Cygwin
Date: Wed, 16 Mar 2005 17:29:11 -0500

On 16-Mar-2005, Reiner Suikat <address@hidden> wrote:

| Does anyone have an explanation for this or know how I can get faster code
| in Cygwin?

Yes, it is a problem with GCC, also related to using setjmp/longjmp to
implement exception handling.  See

  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14563

for some additional history.

It's nice that reverting to setjmp/longjmp for exception handling is
supposed to have fixed an obscure problem involving functions throwing
exceptions that were used as callbacks by win32api functions.  But it
seems to have caused a lot of trouble for other projects (namely, us).
So how about it if some Octave-on-Windows users put some pressure on
the Cygwin/GCC people to undo this "bug fix".

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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