[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

I have to be more precise...

Ramine

10/22/2015 12:14:00 AM


Hello,

I have to be more precise:

Object Pascal of the Delphi and FreePascal compilers on x86 doesn't do
any reordering of loads and stores , it just let the Strong Memory Model
of x86 Intel hardware do it, i am only supporting the x86 architecture
of AMD and Intel, so this is easying for me sequential consistency,
because i have only to take care of the following non-guarantee listed
in the x86 spec:

"Loads may be reordered with older stores to different locations"


Thank you,
Amine Moulay Ramdane.