This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/51622] GCC generates bad code that generate big executable sizes when using _Decimal*
- From: "mingodad at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 21 Dec 2011 10:36:45 +0000
- Subject: [Bug c/51622] GCC generates bad code that generate big executable sizes when using _Decimal*
- Auto-submitted: auto-generated
- References: <bug-51622-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51622
--- Comment #10 from Domingo Alvarez <mingodad at gmail dot com> 2011-12-21 10:36:45 UTC ---
Now looking on the net I found that libbid history and could see that the
actual one monolithic bid_decimalbinary file is a recent creation before it was
splited over several files, I don't think that this is a good move, it's hard
to edit, it links unnecessary code to all applications that do no use all
_Decimal sizes, ...