Post Reply 
Optimizing performance with loop unrolling
05-04-2021, 06:55 PM
Post: #7
RE: Optimizing performance with loop unrolling
(05-04-2021 04:27 PM)Siegfried Wrote:  The only advantage to unrolling a loop is saved time for looking up GTO targets but that can't amount to much here as the program is very short and constantly interrupted for user inputs anyway.

Yeah, that is the crux of the joke. Wink

Whoever wrote this program apparently knew just enough about HP 67 programming to have both LBL A and LBL B for two different functions, but didn't know that those 5 steps could be repeated indefinitely with a simple GTO.

I wonder if this person ever adapted the program for the greatly expanded memory of the 41!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Optimizing performance with loop unrolling - Dave Britten - 05-04-2021 06:55 PM



User(s) browsing this thread: 1 Guest(s)