-
-
Notifications
You must be signed in to change notification settings - Fork 706
perf(core): enable MICROPY_ROM_TEXT_COMPRESSION
#4961
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
Conversation
|
990de36
to
2e0c5bf
Compare
2e0c5bf
to
243d7b5
Compare
Tested on T3T1:
|
243d7b5
to
b7c64ca
Compare
Since we use |
BTW, applying similar approach for untranslated strings may help us save ~6kB:
|
Will rebase to resolve a merge conflict. |
1e9377c
to
841f7c8
Compare
80004d7
to
0891dd5
Compare
0891dd5
to
7308fd5
Compare
a38c333
to
d26fb6a
Compare
d26fb6a
to
195961c
Compare
Retargeted over |
Also, use `__builtin_strcmp` instead of `strcmp`. [no changelog]
195961c
to
556e29b
Compare
Using micropython/micropython#5861 to reduce flash usage by 2.56kB on T3T1:
PYOPT=0
PYOPT=1