emacs-devel
[Top][All Lists]
Advanced

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

Re: Alignment of Lisp_Subr


From: Stephen J. Turnbull
Subject: Re: Alignment of Lisp_Subr
Date: Fri, 14 Nov 2003 20:28:33 +0900
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.5 (celeriac, linux)

>>>>> "Gaute" == Gaute B Strokkenes <Gaute> writes:

    Gaute> On 13 nov 2003, address@hidden wrote:

    >> There may be issues with Lisp objects with tagbits at the
    >> bottom.  I know XEmacs had some problems on recent glibc, which
    >> were never properly diagnosed.  It's probable that this was due
    >> to excessive cleverness in optimizing space use of malloc
    >> blocks, but if you do run into weirdness (we were crashing)
    >> feel free to ping me and I'll dig up the thread.

    Gaute> Are you saying that glibc malloc does not return blocks
    Gaute> that are sufficiently aligned?  My copy of the glibc manual
    Gaute> says:

No, I'm saying that XEmacs (which has had tagbits in the lower bits
for a couple of years now) was crashing for unknown reasons.  Wolfram
Gloger thought it might have to do with tagbits in Lisp objects, but
the bug was never identified.  A separate issue from alignment, but it
is related to moving tagbits from high bits to low bits, which was one
main difference between XEmacs (which had problems) and GNU Emacs
(which didn't) at that time (about a year ago).


-- 
Institute of Policy and Planning Sciences     http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.




reply via email to

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