Changes between Version 4 and Version 5 of user_libraries


Ignore:
Timestamp:
Nov 5, 2014, 5:43:50 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_libraries

    v4 v5  
    22
    33This section describes the various user-level libraries provided by the GIET_VM.
    4 
    5 === [wiki:library_stdlib  Stdlib user library] ===
    6 
    7 This library contains various utility functions that do not use system calls.
    8 
    9 === [wiki:library_mwmr  MWMR user library] ===
    10 
    11 This library defines a communication middleware
    12 supporting channelised communications in a multi-tasks parallel application.
    13 This middleware does not use system calls.
    144
    155=== [wiki:library_barrier Barrier user library] ===
     
    3121When the target architecture is clusterized (several physical banks), the heap
    3222is physically distributed on the clusters, and there is actually on allocator per cluster.
     23
     24=== [wiki:library_mwmr  MWMR user library] ===
     25
     26This library defines a communication middleware
     27supporting channelised communications in a multi-tasks parallel application.
     28This middleware does not use system calls.
     29
     30=== [wiki:library_stdlib  Stdlib user library] ===
     31
     32This library contains various utility functions that do not use system calls.
     33