This package defines a transformation that inserts a dynamic check
before every synchronization operation, skipping the synchronization
if the check returns true. This can be used to skip synchronization
on non-escaping objects. The dynamic check is a C function called
DYNSYNC_isSync(), and the default implementation returns the second
bit of the hash code.
@author C. Scott Ananian (cananian@alumni.princeton.edu)