home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / parallel / 2801 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.0 KB  |  32 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: sreedhar@cs.mcgill.ca (V.C. SREEDHAR)
  4. Subject: (comp.lang.functional) tree of frames
  5. Message-ID: <1992Dec23.140907.21427@hubcap.clemson.edu>
  6. Apparently-To: comp-parallel@ftp.uu.net
  7. Keywords:  tree of frames ...
  8. Sender: news@cs.mcgill.ca (Netnews Administrator)
  9. Organization: SOCS - Mcgill University, Montreal, Canada
  10. Date: Tue, 22 Dec 1992 20:50:00 GMT
  11. Approved: parallel@hubcap.clemson.edu
  12. Lines: 18
  13.  
  14. Hello:
  15.  
  16. I read in PRISC (Nikhil and Arvind) that they support 
  17. tree of frame for function invocation.
  18. In a stack model it is much simpler to manage the stack of
  19. frames. For supporting tree of frames  one has to
  20. allocate space from the heap. This could an expensive operation.
  21. Also how does one manage the run time heap.
  22. How does one compile programs to  support tree of frames.
  23. In terms of storage space management, I find difficult to
  24. understand  management of tree of frames (unlike
  25. in stack based model,  which is simple to implement).
  26.  
  27. Thanks a lot
  28.  
  29.  
  30. Sreedhar
  31.  
  32.