home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / bug / 1598 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.0 KB  |  38 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!intellicorp.com!TRANLE
  3. From: TRANLE@intellicorp.com (Minh Tran-Le)
  4. Subject: emacs-18.59 and PURESIZE ...
  5. Message-ID: <9212310202.AA26623@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: tranle@intellicorp.com
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Thu, 31 Dec 1992 02:00:28 GMT
  11. Approved: bug-gnu-emacs@prep.ai.mit.edu
  12. Lines: 24
  13.  
  14. Why does the value of PURESIZE that one can set in src/config.h changes
  15. so much between different platforms.
  16.  
  17. My lisp/site-init.el load 2 packages: "ebuff-menu" and "complete" and
  18. I am building emacs with X11 interface.
  19.  
  20. And I have to set PURESIZE to:
  21.  
  22.     135000  for rs6000 aix32
  23.     140000  for sun4 sunos4.1.1
  24.     170000  for mips ricsos4.52b
  25.  
  26. All these platforms have the same byte ordering and same structure
  27. alignment requirement so I thought that they should have the same
  28. PURESIZE requirement for the same amount of elisp code loaded.
  29.  
  30. Does anybody have an explanation for the discrepancies in the PURESIZE
  31. values ?
  32.  
  33. Thanks,
  34. Minh Tran-Le.
  35.  
  36. -------
  37.  
  38.