Changes between Initial Version and Version 1 of MemoryAnalysis


Ignore:
Timestamp:
07/28/15 09:40:18 (11 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MemoryAnalysis

    v1 v1  
     1== Memory Analysis ==
     2
     3=== Definitions ===
     41. memory unit: `mu = (dyscopeID, variableID, reference, access)`
     5   A memory unit `mu` is referring to a certain region of a variable, which is defined by a dyscopeID and a variable ID. A `mu` has an access attribute which denotes whether the it is writable by a given process.