Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 3 and Version 4 of OpenMP


Ignore:
Timestamp:
04/10/15 07:24:30 (9 years ago)
Author:
Sebastian Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMP

    v3 v4  
    2222 * one barrier initialization.
    2323
    24  These resources are freed in `gomp_team_end()`. These are quite heavy weight operations on RTEMS. Possible performance improvements are the usage of a free list for teams or something similar to the Linux futex infrastructure used in the Linux configuration of libgomp.
     24 These resources are freed in `gomp_team_end()`. These are quite heavy weight operations on RTEMS. Possible performance improvements are the usage of a free list for teams or something similar to the Linux futex infrastructure used in the Linux configuration of libgomp (for example the mutex implementation of the new network stack, which doesn't use the classic RTEMS objects).