patchGNU Octave - Patches: patch #10220, interpreter: tiny_vector container...

 
 

patch #10220: interpreter: tiny_vector container for non-heap allocation

Submitter:  John W. Eaton <jwe>
Submitted:  Wed 22 Jun 2022 01:43:12 PM UTC
   
 
Category:  Core : other Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 Feb 2023 11:34:08 AM UTC, comment #1: 

Updated patch attached. This needs patches new_30599 onwards to be applied in sequence first.

One of these new patches adds the new header file. The other one changes existing files.

(file #54405, file #54406)

Arun Giridhar <arungiridhar>
Group Member
Wed 22 Jun 2022 01:43:12 PM UTC, original submission:  

From Petter Tomner <petter>, extracted from the zip file attached to the following comment in the discourse thread "WIP stack VM f\
or Octave": https://octave.discourse.group/t/wip-stack-vm-for-octave/2884/10

Introducing a tiny_vector class that puts a "small amount" of elements
in itself, and "big amount" on the heap. For better memory locality and
less mallocs.

John W. Eaton <jwe>
Group administrator

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #54405:  new_30602a.patch added by arungiridhar (11KiB - text/x-patch)
file #54406:  new_30602b.patch added by arungiridhar (8KiB - text/x-patch)
file #53338:  octave_30602.patch added by jwe (21KiB - 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 arungiridhar (Updated the item)
  • -email is unavailable- added by jwe (Submitted the item)
  • -email is unavailable- added by jwe
  •  

    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 logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-02-28 arungiridhar Attached File- Added new_30602a.patch, #54405
        Attached File- Added new_30602b.patch, #54406
    2022-06-22 jwe Attached File- Added octave_30602.patch, #53338
        Carbon-Copy- Added petter

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code