Timestamp:
11/24/16 05:13:11 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
bd0d585
Parents:
4b5ff47
git-author:
Sebastian Huber <sebastian.huber@…> (11/24/16 05:13:11)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/24/16 07:46:20)
Message:

score: Optimize _Thread_queue_Enqueue()

Move thread state for _Thread_queue_Enqueue() to the thread queue
context. This reduces the parameter count of _Thread_queue_Enqueue()
from five to four (ARM for example has only four function parameter
registers). Since the thread state is used after several function calls
inside _Thread_queue_Enqueue() this parameter was saved on the stack
previously.

(No files)

Note: See TracChangeset for help on using the changeset viewer.