This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,RFC]: Change entry block and exit block to non-negativenumbers


On Wed, 2005-04-20 at 15:28 -0400, Diego Novillo wrote:
> On Thu, Apr 07, 2005 at 04:19:02PM -0400, Daniel Berlin wrote:
> 
> > We have a significant amount of code that checks for entry block or exit
> > block because BASIC_BLOCK_INFO doesn't work on them, or adds two (or
> > subtracts INVALID_BLOCK + 1) in random places to try to avoid the
> > negative numbers, or doesn't directly index into an array by bb->index
> > to avoid adding two, etc.
> > 
> I don't mind either way.  Negative numbers in ENTRY/EXIT is
> annoying at times, but not significantly.  If there is no strong
> opposition to this change, I wouldn't mind it.
Likewise.
jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]