From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Daniel Berlin Cc: Jan Hubicka , gcc@gcc.gnu.org Subject: Re: Line number notes revamp? Date: Wed, 12 Sep 2001 13:56:00 -0000 Message-id: <20010912135611.A13472@redhat.com> References: <20010912164643.J19257@atrey.karlin.mff.cuni.cz> <20010912130553.C13398@redhat.com> <87iteo16fe.fsf@cgsoftware.com> X-SW-Source: 2001-09/msg00488.html On Wed, Sep 12, 2001 at 04:48:53PM -0400, Daniel Berlin wrote: > I did this, and it puts the RTX's into the next bucket. As opposed to allocating (EXPR_LIST:REG_LINENO (const_int 10101)) for every instruction? Further, we can add any random bucket size we like. > You need column number as well. No I don't. We don't have one now. Further, I thought Niel was talking about hashing file+line+column together into a single number. r~