Ramine
unread,Mar 17, 2017, 7:34:30 PM3/17/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.