Which memory model(s) are used by COM programs?

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter2: Introduction To Systems Architecture
Section: Chapter Questions
Problem 5VE
icon
Related questions
Question

Which memory model(s) are used by COM programs?

Expert Solution
Step 1

A Memory Model:

Model model defines the specification of  how the memory system will look for the programmer .The memory model is used to remove the gap between the behavior that is expected by the programmer and the behaviour that is  supported by system.

  • The following are the specification made by the memory model:
  1. Memory model specifies how various threads interact via memory
  2. Memory model specifies the value that can be read and written through memory.
  3. Memory Model specifies when the value updated will be visible to the other threads.
  4. While writing a program or applying some memory optimization ,The memory model specifies what assumptions can be made about the memory indirectly,it  helps in code optimization.

  



steps

Step by step

Solved in 2 steps

Blurred answer