bugGNU Octave - Bugs: bug #64963, Move unused matrix in matrix...

 
 

bug #64963: Move unused matrix in matrix assigns

Submitter:  Petter <petter>
Submitted:  Sat 02 Dec 2023 02:20:27 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Performance
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  10.1.0 (current default) Planned Release:  10.1.0 (current default)
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 08 Dec 2023 02:24:33 PM UTC, comment #1: 

Thanks, I pushed your change with a slightly modified commit message:

http://hg.savannah.gnu.org/hgweb/octave/rev/3d9e866f9ae2

Closing as fixed.

John W. Eaton <jwe>
Group administrator
Sat 02 Dec 2023 02:20:27 PM UTC, original submission:  


A matrix to store the rhs arguments is constructed even when it
is not used.

* ov-base-mat.cc: (assign) Move matrix so that is only ctored if used.


The temporary rhs matrix should not be constructed if it is not used.

Petter <petter>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #55389:  octave_32769.patch added by petter (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by petter (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-12-08 jwe StatusNone Fixed
        Open/ClosedOpen Closed
        Fixed ReleaseNone 10.1.0 (current default)
        Planned ReleaseNone 10.1.0 (current default)
    2023-12-02 petter Attached File- Added octave_32769.patch, #55389

    Back to the top

    Powered by Savane 3.14-04e1.
    Corresponding source code