Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: msg: use new list instead of priority_queue #5283

Merged
merged 2 commits into from
Apr 17, 2016

Conversation

kaspar030
Copy link
Contributor

While mutexes have been converted to the new intrusive linked list, msg was not.

Saves ~100byte code, slightly faster.

@kaspar030 kaspar030 added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation Area: core Area: RIOT kernel. Handle PRs marked with this with care! labels Apr 9, 2016
@kaspar030 kaspar030 added this to the Release 2016.07 milestone Apr 9, 2016
@kaspar030 kaspar030 added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 9, 2016
@kaspar030 kaspar030 added the Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation label Apr 10, 2016
@DipSwitch
Copy link
Member

Untested, but code looks good! :) ACK

@miri64
Copy link
Member

miri64 commented Apr 17, 2016

I tested this PR rebased to master on native with tests/msg_send_receive/, tests/msg_try_receive/, and example/gnrc_networking and example/gnrc_networking on iotlab-m3 (for gnrc_networking on all platforms ping6 10000 ... 0 0 from two concurrent sources): All successful. ACK.

@miri64 miri64 merged commit 85dfed3 into RIOT-OS:master Apr 17, 2016
@kaspar030 kaspar030 deleted the make_msg_use_list branch February 7, 2017 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: core Area: RIOT kernel. Handle PRs marked with this with care! CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants