[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PATCH: Don't use hash in traverse_variable_recursively
From: |
Raja R Harinath |
Subject: |
PATCH: Don't use hash in traverse_variable_recursively |
Date: |
Thu, 10 Jul 2003 13:06:56 -0500 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Hi,
'traverse_variable_recursively' uses refs as keys in a hash to detect
recursively defined variables. This patch avoids using the hash by
using an attribute 'scanned'. I expect this attribute will also
serve as a indicator that the variable has been examined.
- Hari
--
Raja R Harinath ------------------------------ address@hidden
traverse-without-hash.diff
Description: Text Data
- PATCH: Don't use hash in traverse_variable_recursively,
Raja R Harinath <=