-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
libcxxabi: Optimize cxx code size. #13721
Conversation
[Experimental Bot, please feedback here] Let's break down whether this Pull Request (PR) description meets the NuttX requirements. Areas Where the PR Description is Lacking:
How to Improve the PR Description:
Example of an Improved Summary:
By following these recommendations, you'll create a much stronger PR that is more likely to be accepted. Remember, a good PR description is clear, comprehensive, and convincing! |
|
d9102c3
to
a770c8f
Compare
|
This is my fault. A fix patch has been submitted. Please try compiling again. |
The CI error now is
|
a770c8f
to
144a8d9
Compare
@cuiziwei1 please fix the ci error. |
8b28f27
to
ed70d00
Compare
enable LIBSUPCXX: text data bss dec hex filename 93080 592 5472 99144 18348 nuttx/nuttx enable LIBCXXABI: before: text data bss dec hex filename 126468 352 5960 132780 206ac nuttx/nuttx after: text data bss dec hex filename 68048 352 5960 74360 12278 nuttx/nuttx Summary: Optimize text segment code size by about 46%. Signed-off-by: cuiziwei <[email protected]>
ed70d00
to
e173688
Compare
Summary
enable LIBSUPCXX:
text data bss dec hex filename
93080 592 5472 99144 18348 nuttx/nuttx
enable LIBCXXABI:
before:
text data bss dec hex filename
126468 352 5960 132780 206ac nuttx/nuttx
after:
text data bss dec hex filename
68048 352 5960 74360 12278 nuttx/nuttx
Impact
Testing