home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp48 / 5867 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.0 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!gateway
  2. From: FELSON_ADJ@CCSUA.CTSTATEU.EDU
  3. Newsgroups: comp.sys.hp48
  4. Subject: Strange Memory Loss
  5. Date: 21 Nov 1992 20:09:00 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 14
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <921121210856.2383470b@CCSUA.CTSTATEU.EDU>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. I checked if MEM does garbage collection by executing
  13. MEM w/ nothing on the stack, writing it down and then
  14. creating a long variable like 'aaaaaaaaaaaaaa' which
  15. I then purged.  Executing MEM again showed some memory
  16. had disappeared.  I don't think MEM does any garbage
  17. collection.  ( anybody @ HP reading this? )
  18.  
  19. I then ran a program that did a DEPTH DUPN over and
  20. over till it ran out of stack.  I then ran 100 DUPN
  21. over and over till the emergency garbage collector
  22. was invoked.  I allowed it to delete the stack.  When
  23. I reexecuted MEM, I found 1.3K more then the last time
  24. I ran it.  Hm... I just noticed my graphics pict
  25. is gone... Is that where the 1.3K came from?
  26.