dwarves.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Ilpo Järvinen" <ilpo.jarvinen-pxSi+dnQzZMxHbG02/KK1g@public.gmane.org>
Cc: dwarves-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: codiff new features
Date: Tue, 3 Mar 2009 11:09:01 -0300	[thread overview]
Message-ID: <20090303140901.GA22356@ghostprotocols.net> (raw)

Hi,

	This is just to let you know about some new features in codiff:

commit dc5592b84424025171bf6b12d4660de5cfef76a3
Author: Arnaldo Carvalho de Melo <acme-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Date:   Tue Mar 3 10:55:25 2009 -0300

    codiff: Detect changes in padding and the number of holes/bit_holes
    
    $ codiff -V /tmp/pahole.old build/pahole
    /home/acme/git/pahole/pahole.c:
      struct tag |   +0
       padding: +2
        refcnt
         removed: uint16_t              /*    56( 0)     2( 0) */
        recursivity_level
         from:    uint16_t              /*    58( 0)     2( 0) */
         to:      uint16_t              /*    56( 0)     2(15) */
        visited
         added:   uint16_t              /*    56(15)     2( 1) */
     1 struct changed
    
    Size is the same, but now we have padding (2 bytes).

commit 585075767171d52240457eaed58e3d1eb4823f7d
Author: Arnaldo Carvalho de Melo <acme-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Date:   Tue Mar 3 10:31:14 2009 -0300

    codiff: improve detection removal and addition of members in structs
    
    Consider this case:
    
    $ codiff -V /tmp/pahole.old build/pahole
    /home/acme/git/pahole/pahole.c:
      struct tag |   +0
        refcnt
         removed: uint16_t              /*    56( 0)     2( 0) */
        recursivity_level
         from:    uint16_t              /*    58( 0)     2( 0) */
         to:      uint16_t              /*    56( 0)     2(15) */
        used
         added:   uint16_t              /*    56(15)     2( 1) */
     1 struct changed
    
    The number of members is the same and so is the size of the struct, but
    'refcnt' was removed (in fact renamed to used) and 'used' was added.

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe dwarves" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2009-03-03 14:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090303140901.GA22356@ghostprotocols.net \
    --to=acme-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=dwarves-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ilpo.jarvinen-pxSi+dnQzZMxHbG02/KK1g@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).