This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Kill CONST_DOUBLE_CHAIN
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 24 Apr 2002 21:23:20 -0700
- Subject: Re: Kill CONST_DOUBLE_CHAIN
- References: <10204250159.AA09448@vlsi1.ultra.nyu.edu>
On Wed, Apr 24, 2002 at 09:59:19PM -0400, Richard Kenner wrote:
> My plan was to make a hash table of these. Why isn't that best?
I mean to do that - as a separate patch. (Chain pointers are
unnecessary with the htab_* functions.)
zw