[RTEMS Project] #3835: Support statically allocated threads
RTEMS trac
trac at rtems.org
Fri Oct 14 09:41:47 UTC 2022
#3835: Support statically allocated threads
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Resolution: fixed
Keywords: qualification | Blocked By: 3838
Blocking: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"15bba4aecfca407d67e495b7a26c84929202d05f/rtems"
15bba4ae/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="15bba4aecfca407d67e495b7a26c84929202d05f"
score: Move Thread_Control::Registers member
Place this member placed directly after the end of the common block so
that
the structure offsets are as small as possible. This helps on instruction
set architectures with a very limited range for intermediate values. For
example, see the __aeabi_read_tp() implementation for ARM Thumb-1.
Update #3835.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3835#comment:37>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list