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

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

[Octave-bug-tracker] [bug #57439] handles to private functions may fail


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #57439] handles to private functions may fail after "clear functions"
Date: Mon, 17 Feb 2020 17:06:16 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #15, bug #57439 (project octave):

I found that simply running  __run_test_suite__.m  in a Windows installation
clearly shows an enormous performance hit. 

With the patch of comment #7 (262cdfc6faf9):

>> t = cputime
>> __run__test_suite__
:
:
>> cputime - tt
ans = 1914.2


Same crossbuild, with the patch backed-out:

>> t = cputime
>> __run__test_suite__
:
:
>> cputime - tt
ans = 281.88


My crossbuilds have some additional patches but they're the same in the above
comparison. I did unload all OF packages before the tests.

Can someone with a windows box confirm?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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