align serdata within a context only - #2330
Open
Splinter1984 wants to merge 1 commit into
Open
Conversation
Splinter1984
force-pushed
the
serpayload_align_ridoff
branch
from
December 11, 2025 15:43
3a6c5dc to
5a27374
Compare
Splinter1984
marked this pull request as draft
December 11, 2025 16:12
Splinter1984
force-pushed
the
serpayload_align_ridoff
branch
6 times, most recently
from
December 19, 2025 11:09
a0f30cd to
61bcdbc
Compare
Splinter1984
marked this pull request as ready for review
December 19, 2025 12:27
Splinter1984
force-pushed
the
serpayload_align_ridoff
branch
from
December 19, 2025 12:27
61bcdbc to
bc0f846
Compare
There is no requirement for serdata to be aligned by itself, but alignment is required in context of serialized payload usage within submessage (only exception is data as latest submessage or datafrag, in that cases no of any alignment needed). Thus alignment removed from serdata itself and provided when required. Additionally alignment of `loan` reduced also. Co-authored-by: Erik Boasson <eb@ilities.com>
Splinter1984
force-pushed
the
serpayload_align_ridoff
branch
from
April 20, 2026 09:44
bc0f846 to
e3f016f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is no requirement for serdata to be aligned by itself, but alignment is required in context of serialized payload usage within submessage (only exception is data as latest submessage or datafrag, in that cases no of any alignment needed). Thus alignment removed from serdata itself and provided when required. Additionally alignment of
loanreduced also.