▲ | kibwen 5 days ago | |||||||||||||
The statement "there is no memory safety without thread safety" does not suggest that memory safety is sufficient to provide thread safety. Instead, it's just saying that if you want thread safety, then memory safety is a requirement. | ||||||||||||||
▲ | minitech 5 days ago | parent [-] | |||||||||||||
> Instead, it's just saying that if you want thread safety, then memory safety is a requirement. It's saying the opposite – that if you want memory safety, thread safety is a requirement – and Java and C# refute it. | ||||||||||||||
|