From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: wilson@cygnus.com Cc: egcs@cygnus.com Subject: Re: array reference optimization Date: Sat, 16 May 1998 19:47:00 -0000 Message-id: <19980516141706.A483@dot.cygnus.com> References: <19980513172502.54262@dot.cygnus.com> X-SW-Source: 1998-05/msg00576.html Here's a revised version of the patch that changes a few of the things mentioned yesterday afternoon. To wit: (1) Since layout_type should always be initializing TYPE_SIZE_UNIT, get_inner_reference does not check it for NULL. (2) size_in_bytes and int_size_in_bytes use TYPE_SIZE_UNIT. In addition, I added a bit more commentary. r~