New version of deadlock detector
A new version of deadlock detector is up at Deadlock Detector^.
This version is a partial rewrite, with a modified version of the
algorithm to detect the object being locked. It now does a virtual
execution of the IL, following through all control paths to find the
locked object.
There are a few issues with the execution logic, sometimes resulting in
stack overflows and infinite loops.
Any comments/suggestions/bug reports welcome.