https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251915
Konstantin Belousov <k...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@freebsd.org --- Comment #1 from Konstantin Belousov <k...@freebsd.org> --- Our atomic_load_ptr() guarantees that access occurs at the point where it is called. So you can do (p = atomic_load_ptr(&tp->t_session->s_leader)) != NULL and it cannot be unrolled by the optimizing compiler. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"