-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Revert Changes to cortex_m swap code with major impact on kernel context switching times #80702
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably fixes #79069 by reverting for now, I believe @andyross is trying his hand at an improvement at this as well which will be interesting to see.
Should this be part of the release as its fixing a fairly significant performance regression? Are there any changes in these commits we should be looking closer at @ithinuel to perhaps keep?
Edit: I now see the link to the bug as a release blocker 👍
This reverts commit 7d76162. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This reverts commit 773739a. Fixes zephyrproject-rtos#80701 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be backported to 3.7 too
I added the label. @nashif if you disagree feel free to remove it |
Fixes #80701