bugGNU Octave - Bugs: bug #64831, Split chained subsrefs to multiple...

 
 

bug #64831: Split chained subsrefs to multiple instructions

Submitter:  Petter <petter>
Submitted:  Sat 28 Oct 2023 01:57:17 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Ready For Test Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 28 Oct 2023 01:57:17 PM UTC, original submission:  


To allow for bytecode calls in the middle of a chained subsref, instead
of allocating a new bytecode interpreter for chained calls. I.e. the vm
need a separate instruction to return to, for each chained subsref.

Use a wrapper octave_base_value derived class to support collecting
arguments for a classdef subsref.


The patch builds on:
https://savannah.gnu.org/bugs/?64827
https://savannah.gnu.org/bugs/?64829
https://savannah.gnu.org/bugs/?64830

Petter <petter>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #55283:  octave_32628.patch added by petter (49KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by arungiridhar (Updated the item)
  • -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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-10-28 arungiridhar StatusNone Ready For Test
    2023-10-28 petter Attached File- Added octave_32628.patch, #55283

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code