[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

About parallelism and C++

Ramine

5/11/2016 4:52:00 AM

Hello,

I must be clear about an important think about C++..

Since C++ follow a weak memory model , i really think
that C++ is not safe, because this weak memory model is
error prone , and this is very dangerous, this
is why i am compiling my Dynamic Link Libraries with
FreePascal that doesn't reorder loads and stores and
that's more safe than C++.


Thank you,
Amine Moulay Ramdane.