Skip to content
Snippets Groups Projects
Commit c583b993 authored by Philippe Canal's avatar Philippe Canal
Browse files

Improve TClass::GetBaseClassOffset parallelism.

TClass::GetBaseClassOffset is a 'often' used routine in the I/O.
In the fast path (looking up in a cache), rather than taking the
global read lock (which is not only global but also 'slower' than
a regular mutex), we are now use a instance specific mutex to
protect the cache.
parent ec035930
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment