Changes between Version 33 and Version 34 of replication_distribution


Ignore:
Timestamp:
Sep 20, 2017, 2:23:14 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • replication_distribution

    v33 v34  
    2929|| type        ||               ||                  ||                   ||                                                           ||                                                         ||
    3030|| STACK    ||  private  || localized    || Read Write || one physical mapping per thread        || dynamic / one per thread                  ||
    31 || CODE     ||  private   || localized   || Read Only   || one physical mapping per cluster       || static / generally one per process     ||
    32 || DATA       ||  public   || distributed || Read Write || same mapping for all threads              || static / generally one per process    ||
     31|| CODE     ||  private   || localized   || Read Only   || one physical mapping per cluster       || static / defined in .elf file                  ||
     32|| DATA       ||  public   || distributed || Read Write || same mapping for all threads              || static / defined in .elf file                  ||
    3333|| ANON     ||  public   || localized    || Read Write || same mapping for all threads              || dynamic / one per mmap(anon)         ||
    3434|| FILE        ||  public   || localized    || Read Write || same mapping for all threads              || dynamic / one per mmap(file)            ||