[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

SAFEty and the Cross Referencing of BLASTs



All SAFE methods can be NOLOCK, and some methods that are not SAFE
will be NOLOCK (the splay routines in particular).

SAFE strikes me something like a type declaration:  a particular
implementation is not safe unless all subclass implementations are
safe (because they could be transparently substituted.

dean