Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3] Ensure the stats is always 64bit aligned #586

Merged
merged 1 commit into from
Oct 25, 2023
Merged

[1.3] Ensure the stats is always 64bit aligned #586

merged 1 commit into from
Oct 25, 2023

Commits on Oct 25, 2023

  1. ensure the stats is always 64bit aligned

    The first word in an allocated struct can be relied upon to be
    64-bit aligned. Refer to https://pkg.go.dev/sync/atomic#pkg-note-BUG.
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f9d290f View commit details
    Browse the repository at this point in the history