bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] r819 has severe performance issue


From: David B. Lamkins
Subject: [Bug-apl] r819 has severe performance issue
Date: Mon, 12 Dec 2016 21:14:35 -0800
User-agent: Mutt/1.7.1 (2016-10-04)

Revision 819 causes *severe* performance issues for my APL Packager.

https://github.com/TieDyedDevil/apl-pkg
(Use the `percy` branch.)

$ git clone https://github.com/TieDyedDevil/apl-pkg
# cd apl-pkg
$ git branch percy
$ ./install.sh
$ awe

Normally the system comes up in a second or so; under r819 it takes tens of 
minutes to complete, during which one CPU core is pegged. (It's slow enough 
that I first thought that some altered edge condition must've caused an 
infinite loop.)

Memory usage is stable.

FWIW, this happens in the packager's boot loader, so there's not a lot of APL 
code involved.

https://github.com/TieDyedDevil/apl-pkg/blob/percy/boot/gnu-apl-linux.apl

Once past the boot loader (which took about 90 minutes on my Haswell i7 
notebook), virtually every packager operation is noticeably slow. If I had to 
guess, I'd suspect that either branching or APL function calls are eating a lot 
of cycles unnecessarily; my code uses lots of both.



reply via email to

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