octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave on Windows takes a long time to start & run.m reloads Of pack


From: John W. Eaton
Subject: Re: Octave on Windows takes a long time to start & run.m reloads Of packages
Date: Mon, 3 Feb 2020 07:34:15 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 2/2/20 1:18 PM, PhilipNienhuis wrote:
While running __run_test_suite__ with a freshly cross-built Octave-6.0.0 on
Windows, I saw a FAIL in run.m.
That FAIL has been there for quite some time, didn't bother, "test run.m"
works fine when run outside of __run_test_suite__.

But because since one or two days Octave on Windows suddenly takes a very
long time to load I added some tic/toc statements in
chk_spreadsheet_support.m, invoked by __init_io__.m, in turn invoked by
PKG_ADD in the io package, to find out if loading Java classes for
LibreOffice would take so long. I saw no strange things there, finding &
loading loading the .jars takes altogether ~5-6 seconds of in total 25
seconds for he gUI to appear until the prompt is shown.

Can you bisect and determine which changeset caused the difference in behavior?

If it is something that happened recently, maybe it is an unintended side effect of this change:

  http://hg.savannah.gnu.org/hgweb/octave/rev/262cdfc6faf9

which made the load_path class use the absolute canonical directory name as the key for the private function map?

jwe



reply via email to

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