Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is this being addressed as a C++ issue instead of a Posix/thread library issue?

0
Posted

Why is this being addressed as a C++ issue instead of a Posix/thread library issue?

0

As is pointed out in H. Boehm, “Threads Cannot Be Implemented As a Library”, PLDI 2005 or the technical report version, the fundamental difficulty with the current C++/pthreads approach to threading is that a C++ compiler can introduce data races where there were none in the source. This is fundamentally a language specification and compiler issue, and cannot be addressed by changes in the threads library specification.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123