Skip to content
Snippets Groups Projects
Commit 8b350d42 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

swim: optimize struct swim memory layout

The same problem that occured with struct swim_member, has
happened with struct swim - it contains a huge structure right in
the middle, struct swim_task. It consumes 1.5Kb and obviously
splits the most accessible struct swim attributes into multiple
cache lines.

This patch moves struct swim_task to the bottom as well as other
members, related to dissemination component.
parent 15c990cb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment