Skip to content
Commit e722976d authored by Owen Anderson's avatar Owen Anderson
Browse files

I give up on trying to use reader/writer locks for recursive type refinement. ...

I give up on trying to use reader/writer locks for recursive type refinement.  Use a recursive mutex instead, which will (in theory) generate more contention, but is really
a much more natural fit for what's going on during recursive type refinement.

llvm-svn: 74618
parent 503c370d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment