bblum / landslide-simics

the landslide codebase (old simics version)
11 stars 9 forks source link

"NOTE: ...alarming loop..." warning wrongly issued for while-yield loop if yield() doesn't actually yield #203

Open bblum opened 8 years ago

bblum commented 8 years ago

http://www.contrib.andrew.cmu.edu/~bblum/landslide-trace-1444314244.73.html

pathos doesn't actually do a context switch if there's nothing to switch to

so if all other threads are vanished

the mutex will deadlock