emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs overflowed pure space


From: Stefan Monnier
Subject: Re: Building Emacs overflowed pure space
Date: Sat, 22 Jul 2006 12:03:46 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> If the string data in the pure storage can be assumed to be completely
> read-only (including the preloading stage), another hack could be
> considered.  That is, sharing postfixes of string data among multiple
> pure strings.  The following experimental patch shows another ~40KB
> reduction of the pure storage usage.  (A slow and naive but reliable
> version not using Boyer-Moore also shows the same size of reduction.)

Cute,
And it does remove the --cl-dolist-temp-- vs --dolist-temp-- difference.


        Stefan




reply via email to

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