capnproto icon indicating copy to clipboard operation
capnproto copied to clipboard

remove lock blocking tracking

Open mikea opened this issue 1 year ago • 1 comments

the feature was never really used downstream, and is removed from there.

mikea avatar Feb 14 '24 15:02 mikea

A few more things can be removed – c++/build/configure.bzl still has a track_lock_blocking variable and the Inherits from LockSourceLocation to perform an empty base class optimization when lock tracking... comment in c++/src/kj/mutex.h is obsolete.

fhanau avatar Feb 15 '24 18:02 fhanau