[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix for 1001-local-eval-error-backtrace-segfaults - please review
From: |
Neil Jerram |
Subject: |
Re: Fix for 1001-local-eval-error-backtrace-segfaults - please review |
Date: |
07 May 2002 20:30:17 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>>>> "Marius" == Marius Vollmer <address@hidden> writes:
Marius> Neil Jerram <address@hidden> writes:
>> Basically, avoid modifying the environment in hand by making new list
>> structure instead. This is similar to almost all the other cases in
>> unmemocopy, which use EXTEND_ENV.
Marius> Great! (In case you are waiting for a go ahead: Go Ahead! :)
>> Fix isn't very elegant, though; is there a nicer way of doing this?
Marius> I don't think we should worry too much about elegance in this part
of
Marius> the code.
OK. Any thoughts on whether this is worth putting into the stable
branch as well? I assume it's Rob's decision...
Neil