https://bugs.kde.org/show_bug.cgi?id=381326
--- Comment #2 from Julian Seward <[email protected]> --- (In reply to John Reiser from comment #0) for (z=p; n; n--, z++) if (*z) *z=0; What is the point of this? Why not just assign zeroes unconditionally? Is this some game with the MESI protocol, to avoid unnecessary RFOs? -- You are receiving this mail because: You are watching all bug changes.
