Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

C++ compilers today follow a weak memory model

8 views
Skip to first unread message

Ramine

unread,
Mar 17, 2017, 7:34:30 PM3/17/17
to
Hello,


C++ compilers today follow a weak memory model and this is error prone
when you want to reason about sequential consistency when doing parallel
programming.

But Delphi and FreePascal compilers don't reorder loads and stores,
so it os less error prone than C++ on a strong memory model of x86
architecture and on strong memory model of ARM architecture.

This is why i am using Delphi and Freepascal Dynamic Link Libraries
from C++ compilers.


Thank you,
Amine Moulay Ramdane.
0 new messages