Comment by truth_seeker 5 days ago or at least Linter should catch thishttps://golangci-lint.run/docs/linters/ 1 comment truth_seeker Reply CamouflagedKiwi 5 days ago I think it's really beyond the power of a linter to understand when this would matter. It'd be issuing warnings on almost every struct out there saying "these two members share a cache line" which you almost never care about.
CamouflagedKiwi 5 days ago I think it's really beyond the power of a linter to understand when this would matter. It'd be issuing warnings on almost every struct out there saying "these two members share a cache line" which you almost never care about.
I think it's really beyond the power of a linter to understand when this would matter. It'd be issuing warnings on almost every struct out there saying "these two members share a cache line" which you almost never care about.