[RTEMS Project] #3925: Optimize work area initialization
RTEMS trac
trac at rtems.org
Thu Apr 2 08:48:23 UTC 2020
#3925: Optimize work area initialization
------------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.1
Component: bsps | Version: 6
Severity: normal | Keywords:
Blocked By: 3838 | Blocking:
------------------------------+-----------------------------
The new work area initialization introduced by #3838 introduces a
dependency on _Heap_Extend() for all BSPs. The BSP knows how many memory
areas it delivers to the system. It should provide also the RTEMS
Workspace and C Program Heap initialization functions to the system so
that an unnecessary pull in of _Heap_Extend() can be avoided.
--
Ticket URL: <http://devel.rtems.org/ticket/3925>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list