Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] reorganize comp_unit_head for better packing
@ 2008-09-23  9:55 Doug Evans
  2008-09-23 12:54 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Evans @ 2008-09-23  9:55 UTC (permalink / raw)
  To: gdb-patches

Simple change.  Ok to check in?

2008-09-23  Doug Evans  <dje@google.com>

	* dwarf2read.c (comp_unit_head): Reorganize for better packing.

Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.283
diff -u -p -u -p -r1.283 dwarf2read.c
--- dwarf2read.c	15 Sep 2008 15:32:01 -0000	1.283
+++ dwarf2read.c	23 Sep 2008 09:49:15 -0000
@@ -233,9 +236,9 @@ struct comp_unit_head
 {
   unsigned long length;
   short version;
-  unsigned int abbrev_offset;
   unsigned char addr_size;
   unsigned char signed_addr_p;
+  unsigned int abbrev_offset;
 
   /* Size of file offsets; either 4 or 8.  */
   unsigned int offset_size;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFA] reorganize comp_unit_head for better packing
  2008-09-23  9:55 [RFA] reorganize comp_unit_head for better packing Doug Evans
@ 2008-09-23 12:54 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2008-09-23 12:54 UTC (permalink / raw)
  To: Doug Evans; +Cc: gdb-patches

On Tue, Sep 23, 2008 at 02:55:04AM -0700, Doug Evans wrote:
> Simple change.  Ok to check in?
> 
> 2008-09-23  Doug Evans  <dje@google.com>
> 
> 	* dwarf2read.c (comp_unit_head): Reorganize for better packing.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-23 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-23  9:55 [RFA] reorganize comp_unit_head for better packing Doug Evans
2008-09-23 12:54 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox