home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6066 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.0 KB

  1. Path: sparky!uunet!mcsun!corton!sophia!kurosawa.cica.fr
  2. From: kjartan@kurosawa.cica.fr (Kjartan Emilsson)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Object size and limits
  5. Keywords: objects,limits
  6. Message-ID: <28935@sophia.inria.fr>
  7. Date: 9 Sep 92 13:29:31 GMT
  8. Sender: news@sophia.inria.fr
  9. Reply-To: kjartan@kurosawa.cica.fr
  10. Lines: 20
  11.  
  12. Hi!
  13. Here are a few questions I would be interested in knowing the answers to,  
  14. if somebody knows them:
  15.  
  16. How can you estimate the memory usage of an instance of an object in a  
  17. program, beside using NXWriteObject and looking at the file size ? Is it  
  18. the size of the declared instance variables plus method selectors, or are  
  19. there some additional headers ? Are there any limits to the number of  
  20. instances of objects and to the number of loaded classes in a program  
  21. besides simple memory limitations ?
  22.  
  23. Is there any bottleneck in the run-time system when the number of  
  24. instances/classes increases ?
  25.  
  26. I'm thinking of order of magnitudes like about 5000 instances of 500+  
  27. classes/categories.
  28.  
  29. Thanks,
  30.  
  31. -Kjartan
  32.