[RTEMS Project] #3835: Support statically allocated threads
RTEMS trac
trac at rtems.org
Wed Feb 12 15:12:21 UTC 2020
#3835: Support statically allocated threads
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By: 3838
Blocking: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"fc398fde77d25c086e109403eddd6de267982653/rtems"
fc398fd/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="fc398fde77d25c086e109403eddd6de267982653"
score: Simplify FP context allocation
Use the stack area to allocate the FP context. This considerably
simplifies the application configuration since the task count no longer
influences the configured work space size. With this change the stack
space size is overestimated since an FP context for each thread is
accounted. Memory constraint applications can use the stack size for
fine tuning.
Update #3835.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3835#comment:15>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list