home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.bug
- Path: sparky!uunet!cis.ohio-state.edu!intellicorp.com!TRANLE
- From: TRANLE@intellicorp.com (Minh Tran-Le)
- Subject: emacs-18.59 and PURESIZE ...
- Message-ID: <9212310202.AA26623@life.ai.mit.edu>
- Sender: gnulists@ai.mit.edu
- Reply-To: tranle@intellicorp.com
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 31 Dec 1992 02:00:28 GMT
- Approved: bug-gnu-emacs@prep.ai.mit.edu
- Lines: 24
-
- Why does the value of PURESIZE that one can set in src/config.h changes
- so much between different platforms.
-
- My lisp/site-init.el load 2 packages: "ebuff-menu" and "complete" and
- I am building emacs with X11 interface.
-
- And I have to set PURESIZE to:
-
- 135000 for rs6000 aix32
- 140000 for sun4 sunos4.1.1
- 170000 for mips ricsos4.52b
-
- All these platforms have the same byte ordering and same structure
- alignment requirement so I thought that they should have the same
- PURESIZE requirement for the same amount of elisp code loaded.
-
- Does anybody have an explanation for the discrepancies in the PURESIZE
- values ?
-
- Thanks,
- Minh Tran-Le.
-
- -------
-
-