public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Produce more simple assembler output
@ 2002-04-19  2:47 Ben. K.
  0 siblings, 0 replies; only message in thread
From: Ben. K. @ 2002-04-19  2:47 UTC (permalink / raw)
  To: gcc

Why does gcc produce such a bad assembler output?
Instead using thousands of .long 0, why don't just use .fill size,0 ?
Example which will use 100 .long's instead of .fill 100,0:

int array[100]={[0 ... 100]=0};

rg
Benjamin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-19  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-19  2:47 Produce more simple assembler output Ben. K.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).