This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: CSE data structure cleanup
- To: "David S. Miller" <davem at redhat dot com>
- Subject: Re: CSE data structure cleanup
- From: Richard Henderson <rth at cygnus dot com>
- Date: Mon, 29 Nov 1999 19:31:41 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <199911291313.FAA02128@pizda.ninka.net>
On Mon, Nov 29, 1999 at 05:13:22AM -0800, David S. Miller wrote:
> +/* Per-qty information tracking. */
> +struct qty_table_elem
I'd suggest you sort the members of this structure with 64-bit
pointers in mind. Other than that it looks good.
r~