-
Notifications
You must be signed in to change notification settings - Fork 25
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
Suspicious file sizes #8
Comments
Because lots of functions are implemented by FPU instructions instead of softfloat versions. |
I've also checked mint vs mintelf. The differences are
|
Interesting, so I guess we have the first documented case when a.out is better at something. ;) @vinriviere FYI |
In my fork i have added an option to gcc to specify the name of the rodata segment. That would allow to place them in the text segment again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just noticed (in the snapshots):
Why are mintelf libraries larger by 200 KB? Why are 68000 libraries larger by 250-300 KB?
The text was updated successfully, but these errors were encountered: