emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Crash during access_keymap


From: YAMAMOTO Mitsuharu
Subject: Re: Crash during access_keymap
Date: Sun, 13 Nov 2005 15:39:37 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Sun, 13 Nov 2005 13:15:01 +0900, YAMAMOTO Mitsuharu <address@hidden> 
>>>>> said:

> Inappropriate preloading also affects the correctness of GC.  Since
> the pure storage is assumed to be read-only, GC does not mark or
> follow the objects in this storage.  So, if there's an object that
> is only pointed to by pure storage objects, which may happen if the
> assumption for the pure storage is violated, the object is reachable
> but never get collected.

The last sentence was not correct.  It should have been:

  So, if there's a non-pure object that is only pointed to by pure
  objects, which may happen if the assumption for the pure storage is
  violated, then the object is reachable but get collected.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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