This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Query
- From: "Bansal, Shashank" <Shashank dot Bansal at Dresdner-Bank dot com>
- To: "'gcc at gnu dot org'" <gcc at gnu dot org>, "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Thu, 6 Dec 2001 09:28:11 -0000
- Subject: Query
Hi,
I wished to create some large dimensional arrays in a program (6000x1000)
and it fails to upload this memory (stack overflow). As soon as i reduce the
dimension of arrays..it works perfectly.
Could u help me out. I have tried this on different machines.
Could you also tell if I could create virtual memory or somethign of that
sort for the program.
Thanks a lot
Shashank