[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Broken !GC_MARK_STACK [Re: conservative stack scanning]
From: |
Paul Eggert |
Subject: |
Re: Broken !GC_MARK_STACK [Re: conservative stack scanning] |
Date: |
Fri, 11 Jan 2013 22:19:43 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
On 01/11/2013 06:15 PM, Dmitry Antipov wrote:
> Argh, current trunk is broken with !GC_MARK_STACK anyway:
>
> 1) I don't know why this isn't in the trunk:
> http://lists.gnu.org/archive/html/emacs-devel/2011-11/txtjY_VzSBijo.txt
I just now pushed that into the trunk,
as bzr 111497.
> 2) My stuff from commit 111073 breaks !GC_MARK_STACK because Lisp_Objects
> referenced from Lisp_Misc_Save_Value are marked only if GC_MARK_STACK :-(.
Is that something you can fix easily?