home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0171.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  1.0 KB  |  27 lines

  1. I've got a couple of questions about Franz Lisp storage management that
  2. I wondering if somebody "in the know" might be able to answer.  I tried
  3. this on net.lang.lisp, but didn't get any answers.
  4.  
  5. First, Franz seems to support non-relocatable data objects such as
  6. external functions.  Are such objects managed by having two logical
  7. regions in managed memory, one for relocatable objects and one for
  8. non-relocatable objects?  Such a scheme has been used in other systems
  9. that require garbage collection and I was wondering if Franz uses
  10. this or some other scheme.
  11.  
  12. Second, I've heard (but not tried) that Franz allows non-relocatable
  13. data to be allocated via brk/sbrk.  Is this true?
  14.  
  15. (Actually, I suppose I'd like information on any storage management
  16. implementations for any languages (w/ automatic storage management)
  17. that allow non-relocatable data to be dynamically allocated that don't
  18. use the aforementioned scheme.)
  19.  
  20.                     Thanks,
  21.                     Bill Mitchell
  22.                     whm.arizona@rand-relay
  23. p.s.
  24. I'm not on the Franz-Friends list, so if you would, please mail me
  25. any replies.
  26.  
  27.