NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60272 CVS commit: src/sys/sys



The following reply was made to PR kern/60272; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60272 CVS commit: src/sys/sys
Date: Sat, 16 May 2026 15:10:55 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat May 16 15:10:55 UTC 2026
 
 Modified Files:
 	src/sys/sys: atomic.h
 
 Log Message:
 sys/atomic.h: Avoid needless stack spillage with typeof_unqual.
 
 Using typeof_unqual strips the volatile qualifier on the local
 temporaries, so the compiler doesn't issue store/load cycles for
 access to them.
 
 PR kern/60272: sys/atomic.h: unnecessary stack spillage
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.27 -r1.28 src/sys/sys/atomic.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index