-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Inline nsapi_create_stack(NetworkStack) #12467
Conversation
Can you add the info why we are changing it (the description to the commit msg) ? |
Added missing description to commit message. |
@kjbracey-arm, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
The rather fiddly `nsapi_create_stack` template + overloads used during socket formation don't inline their core, which is the identity operation for `NetworkStack *` itself. Make code generation easier by having that core be inline.
Unit test fix |
Pull request has been modified.
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@ARMmbed/mbed-os-ipcore Please review |
Summary of changes
The rather fiddly
nsapi_create_stack
template + overloads used during socket formation don't inline their core, which is the identity operation forNetworkStack *
itself. Make code generation easier by having that core be inline.Impact of changes
Slight code size reduction.
Migration actions required
None.
Documentation
n/a
Pull request type
Test results
Reviewers