Skip to content

SGTools: Remove locking from DataProxy::name().

Scott Snyder requested to merge ssnyder/athena:name.SGTools-20210528 into master

Change TransientAddress::m_name to a CachedValue so that we can eliminate the need to acquire a lock when accessing it.

Also adjust the layout of DataProxy so that we don't have members crossing cache line boundaries.

Merge request reports