Re: gcc_increase_max_array_size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rolf Norrestam writes:
 > Hello                                          070424
 > With a rather standard installation of fedora 6 it appears that when 
 > using gcc the maximum size of a c array is 524288.

I'd be interested to kow why you believe that.

 > Is there any simple way (as changing any conf file) to increase
 > that array size limitation by a factor of say 4, without having to
 > substantially rewrite the c code?

This limitation does not exist.  I don't understand why you think it
does.  The only real limit, apart from the amount of memory you have
installed, is stack size: I presume you're not trying to create a huge
array on the stack.

Andrew.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux