emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs-diffs digest, Vol 1 #508 - 12 msgs


From: Stefan Monnier
Subject: Re: Emacs-diffs digest, Vol 1 #508 - 12 msgs
Date: Mon, 25 Mar 2002 11:29:04 -0500

> What is the reason for this change in src/Makefile.in?  Are you
> saying that the default value of PURESIZE is large enough to load
> *.el files in source form?
> 
>     - /* Build a temacs with a sufficiently large PURESIZE to load the
>     -    Lisp files from loadup.el in source form.  */
>     - 
>     - bootstrap-temacs: 
>     -         LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) 
> -DPURESIZE=5000000 -I../src"
>     - 

Overflowing the pure area is not a problem.  It's only a performance
issue, which is irrelevant during bootstrap.  Check my patch to
alloc.c committed around the same time.

> Also, is it wise to avoid building DOC during the bootstrap?  Are we
> sure it will never be used?

The DOC file built during bootstrap is not 100% correct and has
to be scrapped and rebuilt once we have the elc files.

I think it'd be a bug if compiling a .el file requires the DOC file.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]