[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix for 1001-local-eval-error-backtrace-segfaults - please review
From: |
Marius Vollmer |
Subject: |
Re: Fix for 1001-local-eval-error-backtrace-segfaults - please review |
Date: |
07 May 2002 20:36:34 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
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.
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?
I don't think we should worry too much about elegance in this part of
the code.