This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Idea for code size reduction


Hello Richard!

[ I took linux-tiny out - it's moderated, and I don't want to spam them. ]

> Sounds like what -frtl-abstract-sequences is trying to do.
Yes, thank you. I didn't know that; that should be close.

*But*: I think it doesn't work.

  $ size vmlinux-as vmlinux-Os
     text    data     bss     dec     hex filename
  4797637  446554  606208 5850399  59451f vmlinux-as
  4802166  446554  606208 5854928  5956d0 vmlinux-Os

If I don't err there's only 4500 bytes difference ... which is *a lot*
different to my 30kB.
That doesn't mean that my scripts are correct - they might simply be buggy
... but I verified some by hand.

Well, see the other message for the scripts.

Thank you for your answer!


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]