Skip to content
Commit a288bd65 authored by Richard Kennedy's avatar Richard Kennedy Committed by Rusty Russell
Browse files

module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*



Reorder struct module to remove 24 bytes of alignment padding on 64 bit
builds when the CONFIG_TRACE options are selected. This allows the
structure to fit into one fewer cache lines, and its size drops from 592
to 568 on x86_64.

Signed-off-by: default avatarRichard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 9b73a584
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment