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. 4f14910fa1331398cc695011a6af43a89252b4b1


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  4f14910fa1331398cc695011a6af43a89252b4b1 (commit)
      from  4920638856fd2ee27d0f61330e75a05b8d719f02 (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=4f14910fa1331398cc695011a6af43a89252b4b1

commit 4f14910fa1331398cc695011a6af43a89252b4b1
Author: Andrew Burgess <aburgess@broadcom.com>
Date:   Tue Nov 26 16:21:53 2013 +0000

    Mark entirely optimized out value as non-lazy.
    
    If a value is entirely optimized out, then there's nothing for
    value_fetch_lazy to fetch.  Sequences like:
    
     if (value_lazy (retval))
       value_fetch_lazy (retval);
    
    End up allocating the value contents buffer, wasting memory, for no
    use.
    
    gdb/ChangeLog
    2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
    
    	* value.c (allocate_optimized_out_value): Mark value as non-lazy.

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

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/value.c   |    2 +-
 2 files changed, 5 insertions(+), 1 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]