* src/threads/lock.cpp (sable_flc_waiting): Slight optimization, avoiding
authorStefan Ring <stefan@complang.tuwien.ac.at>
Thu, 11 Sep 2008 13:23:12 +0000 (15:23 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Thu, 11 Sep 2008 13:23:12 +0000 (15:23 +0200)
commitb3fcee8ffd162b32e3a4d03ba7045e7dee2798b1
treec42c9a674ab7b6642b3dd9107fe7815db2828a52
parentaa08bf18fb7dfce1f35c7642a9e13d988ce4c88a
* src/threads/lock.cpp (sable_flc_waiting): Slight optimization, avoiding
pathological behavior.
* src/threads/posix/thread-posix.hpp: Added field required for this.
* tests/threads/sableContention.java: Illustrative testcase.
* tests/threads/sableContention.patch: Patch for printing the FLC list
length.
src/threads/lock.cpp
src/threads/posix/thread-posix.hpp
tests/threads/sableContention.java [new file with mode: 0644]
tests/threads/sableContention.patch [new file with mode: 0644]