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

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

[Octave-bug-tracker] [bug #64829] Refactor bytecode interpreter subsref


From: Petter
Subject: [Octave-bug-tracker] [bug #64829] Refactor bytecode interpreter subsref and call dispatch, cache lookup
Date: Sat, 28 Oct 2023 09:22:49 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64829>

                 Summary: Refactor bytecode interpreter subsref and call
dispatch, cache lookup
                   Group: GNU Octave
               Submitter: petter
               Submitted: Sat 28 Oct 2023 01:22:47 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sat 28 Oct 2023 01:22:47 PM UTC By: Petter <petter>
Three patches that refactors the bytecode interpreter subsref and call
dispatch, to avoid a lot of "is the thing this or that but not that" checks.
And a patch that allows function cache argument type queries without having to
allocate a container.

Add function to octave_value:s that decides dispath type for ()-indexing -
octave_32623.patch
Lookup function cache with arguments on the bytecode vm stack -
octave_32624.patch
Refactor bytecode interpreter to use new functions - octave_32625.patch







    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Sat 28 Oct 2023 01:22:47 PM UTC  Name: octave_32623.patch  Size: 8KiB  
By: petter

<http://savannah.gnu.org/bugs/download.php?file_id=55278>
-------------------------------------------------------
Date: Sat 28 Oct 2023 01:22:47 PM UTC  Name: octave_32624.patch  Size: 10KiB  
By: petter

<http://savannah.gnu.org/bugs/download.php?file_id=55279>
-------------------------------------------------------
Date: Sat 28 Oct 2023 01:22:47 PM UTC  Name: octave_32625.patch  Size: 52KiB  
By: petter

<http://savannah.gnu.org/bugs/download.php?file_id=55280>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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