public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Lexington Luthor <lexington.luthor@gmail.com>
To: gcc-help@gcc.gnu.org
Subject: Re: maximum number of variables?
Date: Tue, 30 Aug 2005 22:13:00 -0000	[thread overview]
Message-ID: <df2khq$8mr$1@sea.gmane.org> (raw)
In-Reply-To: <BAY108-F34C227C39C44E98BB91A96B3AE0@phx.gbl>

Nicolas Ouellette wrote:
> I had to check on the web real to see what you meant.  I am a physicist 
> trying to program, and not a programmer trying to do physics :)
> 
> According to a web site, the default stack size on OS X is 8 MB.  it is 
> possible that I have exceeded that.  I am looking into ways of trying to 
> increase this.
> 
> Nicolas Ouellette
> 
> 
> 

I think for large arrays, its best to allocate them from the heap. Use 
malloc() or new (if using C++).

LL

  reply	other threads:[~2005-08-30 22:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 21:01 Nicolas Ouellette
2005-08-30 21:08 ` Bob Rossi
2005-08-30 21:41   ` Nicolas Ouellette
2005-08-30 22:13     ` Lexington Luthor [this message]
2005-08-31  1:01       ` Bob Rossi
2005-08-31  4:20         ` Ian Lance Taylor
2005-08-31  9:13           ` Re[2]: " Miguel A. Nuñez
2005-08-31 11:17             ` Bob Rossi
2005-09-01  8:20               ` Re[2]: " Miguel A. Nuñez
2005-08-31 11:19           ` Bob Rossi
2005-08-30 23:01 ` corey taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='df2khq$8mr$1@sea.gmane.org' \
    --to=lexington.luthor@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).