This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

gdb and binutils branch master updated. 98b1cfdcc8998ad3e35896ade0fdba04ceda8d74


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  98b1cfdcc8998ad3e35896ade0fdba04ceda8d74 (commit)
      from  77a194459598886be9a0bf3e3bac0a11025ef208 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=98b1cfdcc8998ad3e35896ade0fdba04ceda8d74

commit 98b1cfdcc8998ad3e35896ade0fdba04ceda8d74
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Dec 27 22:22:07 2013 -0700

    rearrange struct value to save memory
    
    This patch rearranges struct value a tiny bit, moving the "regnum"
    field into a hole.  This saves 8 bytes per value on a 64-bit machine,
    and 4 bytes per value on a 32 bit machine.  I think it does not
    negatively affect readability or performance.
    
    Built and regtested on x86-64 Fedora 18.
    
    2014-01-16  Tom Tromey  <tromey@redhat.com>
    
    	* value.c (struct value) <regnum>: Move earlier.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/value.c   |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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