changeset 33575:e894b4443965 bytecode-interpreter

maint: Merge default to bytecode-interpreter
author Arun Giridhar <arungiridhar@gmail.com>
date Sat, 11 May 2024 18:16:30 -0400
parents 1cfa8b20a07d (current diff) a2ea7c2222b8 (diff)
children 2506c2d30b32
files
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/oct-binmap.h	Sat May 11 15:03:00 2024 -0400
+++ b/liboctave/util/oct-binmap.h	Sat May 11 18:16:30 2024 -0400
@@ -236,8 +236,6 @@
       for (octave_idx_type i = 0; i < nz; i++)
         {
           octave_quit ();
-          // FIXME: Could keep track of whether fcn call results in a 0.
-          //        If no zeroes are created could skip maybe_compress()
           retval.xdata (i) = fcn (x, ys.data (i));
         }
 
@@ -267,8 +265,6 @@
       for (octave_idx_type i = 0; i < nz; i++)
         {
           octave_quit ();
-          // FIXME: Could keep track of whether fcn call results in a 0.
-          //        If no zeroes are created could skip maybe_compress()
           retval.xdata (i) = fcn (xs.data (i), y);
         }