sustrik / libmill

Go-style concurrency in C
MIT License
2.74k stars 204 forks source link

Clobber all registers in context switching for compiler compatibility #159

Closed raedwulf closed 8 years ago

raedwulf commented 8 years ago

Re-introduced the register clobbering in the x86-64 implementation of context switching as clang is less conservative than gcc.

sustrik commented 8 years ago

Merged. Thanks!