octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #61674] deconv much slower than conv


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #61674] deconv much slower than conv
Date: Wed, 15 Dec 2021 22:20:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #8, bug #61674 (project octave):

The signal handler runs in a separate thread.  To safely handle interrupts,
all it can do is set a global variable to indicate that an interrupt signal
has arrived.  It is up to the interpreter to check the status of that variable
and throw an exception when it is safe to do so.  This problem is not specific
to deconv, so it should probably be discussed separately from this bug report.
 For deconv, is there something we can do to make it perform better in typical
use cases?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61674>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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