-
-
Notifications
You must be signed in to change notification settings - Fork 19.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
⚡️ Apply fast types for profiling #25536
Open
thinkyhead
wants to merge
1
commit into
MarlinFirmware:bugfix-2.1.x
Choose a base branch
from
thinkyhead:bf2_fast_types_PR
base: bugfix-2.1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
⚡️ Apply fast types for profiling #25536
thinkyhead
wants to merge
1
commit into
MarlinFirmware:bugfix-2.1.x
from
thinkyhead:bf2_fast_types_PR
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
thinkyhead
commented
Mar 18, 2023
- Use fast types for most commonly-accessed variables to remove the need for extension / sign-extension to the full register size.
- Every case should be examined closely in the compiled assembler code to see whether it actually makes a difference.
- Rather than changing every variable everywhere, focus on areas of the code where the MCU spends the most time.
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
16 times, most recently
from
March 22, 2023 05:41
c155326
to
59a8b40
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
5 times, most recently
from
March 25, 2023 04:25
27df113
to
8d31429
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
2 times, most recently
from
April 1, 2023 04:22
3e1b933
to
a9a9242
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
3 times, most recently
from
April 12, 2023 05:14
de391db
to
0f34163
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
April 18, 2023 02:04
a9a9242
to
50d4438
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
May 10, 2023 11:43
50d4438
to
f2668cc
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
3 times, most recently
from
June 5, 2023 05:58
15ff9b9
to
bbb918a
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
June 5, 2023 06:03
bbb918a
to
08a3f08
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
2 times, most recently
from
August 4, 2023 08:17
2f73dc4
to
1251bca
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
August 20, 2023 17:28
1251bca
to
b58a5c3
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
October 3, 2023 20:56
b58a5c3
to
1cfcdb3
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
October 26, 2023 01:03
1cfcdb3
to
12c27fd
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
2 times, most recently
from
December 25, 2023 02:14
dc7ea9e
to
5096f52
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
from
December 30, 2023 11:08
c624e13
to
e6f1b07
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
January 22, 2024 21:56
5096f52
to
49b86b9
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
2 times, most recently
from
January 26, 2024 00:13
9c65146
to
4f65466
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
May 7, 2024 00:23
49b86b9
to
ce0a9c3
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
from
August 12, 2024 01:01
c792921
to
37fb26b
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
3 times, most recently
from
September 28, 2024 01:10
37d77d6
to
aa44542
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
September 28, 2024 02:57
ce0a9c3
to
2b64a94
Compare
thinkyhead
force-pushed
the
bf2_fast_types_PR
branch
from
December 9, 2024 21:04
2b64a94
to
30d45e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.