[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62146] dynamic_cast is performance kill
From: |
John W. Eaton |
Subject: |
[Octave-bug-tracker] [bug #62146] dynamic_cast is performance kill |
Date: |
Thu, 2 Mar 2023 11:42:20 -0500 (EST) |
Update of bug #62146 (project octave):
Status: None => Fixed
Open/Closed: Open => Closed
Fixed Release: None => 9.1.0 (current default)
_______________________________________________________
Follow-up Comment #3:
I'm closing as fixed because the casts in the operator functions have been
fixed. There, we can avoid dynamic_cast because the types are already
supposed to be correct due to the design of operator dispatching. I'm sure
there are other places where we can make the change to static_cast, but the
effects are probably less significant and we can look at them individually and
I think some of Petter's remaining patches take care of a few more cases.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62146>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/