Revision f4d2b98...

Go back to digest for 5th August 2012

Features in Other

Vishesh Handa committed changes in [soprano/2.8] soprano/error.cpp:

ErrorCache: Use QThreadStorage instead of a QHash with a mutex

We avoid allocating a HashTable since with QThreadStorage, the data is
stored in the corresponding thread class.

Additionally, with this approach the data is actually deleted when a
thread is deleted, instead of just lying there for the entire execution
of the program.

REVIEW: 105812

File Changes

Modified 1 files
  • soprano/error.cpp
1 files changed in total