[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hash values of symbols: why look at the name?
From: |
Stefan Monnier |
Subject: |
Re: Hash values of symbols: why look at the name? |
Date: |
Mon, 15 Sep 2014 23:00:23 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> The hash of a symbol is the hash of its namel; that seems silly, since
> symbol equality is based on identity. We should be able to just use the
> symbol address instead, right?
Sounds right,
Stefan