|
| From: | Philip Nienhuis |
| Subject: | [Octave-bug-tracker] [bug #57439] handles to private functions may fail after "clear functions" |
| Date: | Thu, 27 Feb 2020 16:59:00 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0 |
Follow-up Comment #24, bug #57439 (project octave):
(First two verbatim blocks copied from comment #15)
Patch of comment #7 backed out:
>> t = cputime
>> __run__test_suite__
:
:
>> cputime - tt
ans = 281.88
with patch of comment #7:
>> t = cputime
>> __run__test_suite__
:
:
>> cputime - tt
ans = 1914.2
OK.
Now with new patch of comment #22:
>> t = cputime
>> __run__test_suite__
:
:
>> cputime - tt
ans = 964.60
(all on the same PC)
So execution time is now ~50 % reduced, but still about 3.5 times slower than
before the first fix.
To me this sill feels like a big sacrifice for fixing the actual bug here.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57439>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |