Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!ukc!icdoc!mvax.cc.ic.ac.uk!sund!umapd51 From: umapd51@sund.cc.ic.ac.uk (W.A.C. Mier-Jedrzejowicz) Newsgroups: comp.sys.handhelds Subject: Re: HP28 internals Summary: Is your 28 memory nearly full? Message-ID: <1990Aug3.001133.16535@cc.ic.ac.uk> Date: 3 Aug 90 00:11:33 GMT References: Sender: news@cc.ic.ac.uk (USENET News System) Reply-To: umapd51@cc.ic.ac.uk (W. Mier-Jedrzejowicz) Distribution: comp Organization: Imperial College Computer Center, London, UK Lines: 14 A thought on why HP28 operations on a list of 100 items might be reasonably fast, while those on a list of 200 are much slower. If the HP28 memory is nearly full when you have a list of 200 objects, then theHP28 might be spending an inordinate amount of time doing repeated garbage collection every time it gets really short of memory. Try freeing up some memory - delete unwanted variables if possible. If not, disable ONE of the LAST options (despite my message yestaerday warning against disabling LAST options, this sometimes is necessary, but if at all possible, disable either the stack or the argument saving, not both; in this case, if you are editing long strings it may be best to disable the command option). Wlodek Mier-Jedrzejowicz, Space & Atmospheric Physics, Imperial College, London