Page MenuHomeFreeBSD

Depessimize arc4rand
ClosedPublic

Authored by mjg on May 12 2019, 1:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 4, 4:27 PM
Unknown Object (File)
Wed, Jan 29, 3:30 AM
Unknown Object (File)
Sun, Jan 26, 6:11 PM
Unknown Object (File)
Sat, Jan 18, 5:40 PM
Unknown Object (File)
Nov 29 2024, 5:07 AM
Unknown Object (File)
Nov 23 2024, 12:49 PM
Unknown Object (File)
Nov 21 2024, 7:49 PM
Unknown Object (File)
Oct 28 2024, 2:04 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.