https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251915

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to