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]

Re: Shrink some cse.c structures


  In message <200108241416.aa25625@gremlin-relay.ics.uci.edu>you write:
  > 
  > This makes the enum members in structures in cse.c bitfields. 
  > Both structures are 4 bytes smaller now on sparc-solaris. 
  > 
  > 
  > 2001-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
  > 
  > 	* cse.c (struct qty_table_elem): Make mode and comparison_code 16
  > 	bits. 
  > 	(struct set): Make mode 16 bits. 
You might as well make them match the size found for rtx_def.  (16bit code,
8 bit mode).  I would also recommend putting in comments directing folks
to make sure both are changed in lock-stop.

jeff


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