From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 0/6] Shrink some data structures
Date: Wed, 15 Nov 2017 18:41:52 +0100 [thread overview]
Message-ID: <cover.1510767175.git.dsterba@suse.com> (raw)
Unused members removed, other reordered.
struct btrfs_transaction:
- /* size: 432, cachelines: 7, members: 27 */
- /* sum members: 416, holes: 4, sum holes: 16 */
- /* last cacheline: 48 bytes */
+ /* size: 416, cachelines: 7, members: 27 */
+ /* sum members: 412, holes: 1, sum holes: 4 */
+ /* last cacheline: 32 bytes */
struct btrfs_trans_handle:
- /* size: 120, cachelines: 2, members: 20 */
- /* sum members: 117, holes: 1, sum holes: 3 */
- /* last cacheline: 56 bytes */
+ /* size: 104, cachelines: 2, members: 19 */
+ /* last cacheline: 40 bytes *
And incidentally the .text size goes down as well:
text data bss dec hex filename
985430 75100 18560 1079090 107732 pre/btrfs.ko
985243 75100 18560 1078903 107677 post/btrfs.ko
David Sterba (6):
btrfs: switch btrfs_trans_handle::adding_csums to bool
btrfs: remove unused member of btrfs_trans_handle
btrfs: switch to refcount_t type for btrfs_trans_handle::use_count
btrfs: reoder btrfs_trans_handle members for better packing
btrfs: use narrower type for btrfs_transaction::num_dirty_bgs
btrfs: reoder btrfs_transaction members for better packing
fs/btrfs/extent-tree.c | 2 +-
fs/btrfs/inode.c | 4 ++--
fs/btrfs/transaction.c | 12 ++++++------
fs/btrfs/transaction.h | 11 +++++------
4 files changed, 14 insertions(+), 15 deletions(-)
--
2.14.3
next reply other threads:[~2017-11-15 17:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 17:41 David Sterba [this message]
2017-11-15 17:41 ` [PATCH 1/6] btrfs: switch btrfs_trans_handle::adding_csums to bool David Sterba
2017-11-15 17:41 ` [PATCH 2/6] btrfs: remove unused member of btrfs_trans_handle David Sterba
2017-11-15 17:41 ` [PATCH 3/6] btrfs: switch to refcount_t type for btrfs_trans_handle::use_count David Sterba
2017-11-15 17:42 ` [PATCH 4/6] btrfs: reoder btrfs_trans_handle members for better packing David Sterba
2017-11-15 17:42 ` [PATCH 5/6] btrfs: use narrower type for btrfs_transaction::num_dirty_bgs David Sterba
2017-11-15 17:42 ` [PATCH 6/6] btrfs: reoder btrfs_transaction members for better packing David Sterba
2017-11-16 23:29 ` Liu Bo
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=cover.1510767175.git.dsterba@suse.com \
--to=dsterba@suse.com \
--cc=linux-btrfs@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.