Page MenuHomeFreeBSD

Depessimize arc4rand
ClosedPublic

Authored by mjg on May 12 2019, 1:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 17, 12:34 AM
Unknown Object (File)
Thu, Apr 16, 7:21 PM
Unknown Object (File)
Mon, Apr 13, 1:43 PM
Unknown Object (File)
Mon, Apr 13, 4:07 AM
Unknown Object (File)
Sun, Apr 12, 4:23 PM
Unknown Object (File)
Sun, Apr 5, 6:19 AM
Unknown Object (File)
Mar 25 2026, 4:31 PM
Unknown Object (File)
Mar 22 2026, 4:30 PM
Subscribers

Details

Summary

The function starts with atomic_cmpset_int(&arc4rand_iniseed_state, ARC4_ENTR_HAVE, ARC4_ENTR_SEED), which at least on x86 always dirties the cacheline. I.e. there is perfectly avoidable line bouncing. While here do minor cleanups.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cem added a reviewer: markm.
This revision is now accepted and ready to land.May 12 2019, 2:24 AM
delphij added a subscriber: delphij.

Looks reasonable to me.

This revision was automatically updated to reflect the committed changes.