| commit | 0d2de8c35e2d1860f1d7adfbec073a0adc96bce6 | [log] [tgz] |
|---|---|---|
| author | Owen Anderson <resistor@mac.com> | Sat Jun 20 00:24:58 2009 +0000 |
| committer | Owen Anderson <resistor@mac.com> | Sat Jun 20 00:24:58 2009 +0000 |
| tree | d83a33ee1878726e0b7c6f31e19719f8cd378fe2 | |
| parent | e8918d52d10444b1d859400125b8ef69450a2c87 [diff] |
Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work, create separate recursive mutexes for each value map. The recursive-ness fixes the double-acquiring issue, which having one per ValueMap lets us continue to maintain some concurrency. llvm-svn: 73801