RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)

Chris Johns (@chris) gitlab at rtems.org
Thu May 21 01:17:05 UTC 2026



Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193 was reviewed by Chris Johns

--
  
Chris Johns started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150641

 > +  }
 > +
 > +  sc = rtems_barrier_create(

This is an RTEMS API call using an `id` so you will see a performance hit related to the `id` lookup compared to a self contained API. If this is to operate in a performance critical area I suggest the barrier API be add to the self contained API set. See [cpukit/include/rtems/thread.h](https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/cpukit/include/rtems/thread.h) for the current self contained APIs.


-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260521/5f3e79bb/attachment-0001.htm>


More information about the bugs mailing list