How much entropy is actually gained ?
How much entropy is actually gained ?
Posted May 12, 2017 12:11 UTC (Fri) by deater (subscriber, #11746)In reply to: How much entropy is actually gained ? by moltonel
Parent article: Randomizing structure layout
> While it's certainly a step in the right direction (better
> security with zero runtime cost
> security with zero runtime cost
Has it been shown to have zero runtime cost?
What about structs that cross cachelines? Suddenly frequently accessed fields that are close together and have good cache behavior might be moved apart.
Or structs that used to be far apart might be moved together and cause false sharing which is a really hard performance issue to track down.