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

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

[Octave-bug-tracker] [bug #52810] regexprep: incorrect empty tokens on A


From: Rik
Subject: [Octave-bug-tracker] [bug #52810] regexprep: incorrect empty tokens on ARM architecture
Date: Mon, 15 Jan 2018 11:20:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52810 (project octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #7:

I checked in the change here
(http://hg.savannah.gnu.org/hgweb/octave/rev/845ec6f4fb96).  It would be
useful if you could adapt mwe.m as a BIST test.  Make sure to use 


%!test <*52810>


at the start of the test so it will be tagged as a regression if it ever
starts failing again.

Regarding conversion of the post-processing to an m-file, core Octave has
rather different constraints than the average user code.  In the case of the
core, we often do choose performance over other goals.  In this case, the code
is not amenable to conversion to an m-file because it contains a nested for
loop over 1) matches, and 2) tokens.  Loops in an interpreted language are
just very slow. 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52810>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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