Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion working with big numbers

Received: by 10.68.191.225 with SMTP id hb1mr10769349pbc.5.1337276585222;
        Thu, 17 May 2012 10:43:05 -0700 (PDT)
Path: pr3ni9819pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!dedekind.zen.co.uk!zen.net.uk!hamilton.zen.co.uk!reader03.nrc01.news.zen.net.uk.POSTED!not-for-mail
From: Nobody <nob...@nowhere.com>
Subject: Re: working with big numbers
Date: Thu, 17 May 2012 18:43:14 +0100
User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)
Message-Id: <pan.2012.05.17.17.43.13.654000@nowhere.com>
Newsgroups: comp.lang.c
References: <ee0f80bf-1b3c-4996-a6db-64ecb396cdb7@rn12g2000pbb.googlegroups.com> <1707410.4128.1337026267273.JavaMail.geo-discussion-forums@yngr17> <jot85h$3i5$1@dont-email.me> <joto72$1ua$1@dont-email.me> <7761083.2431.1337247739694.JavaMail.geo-discussion-forums@vbvq7>
MIME-Version: 1.0
Lines: 8
Organization: Zen Internet
NNTP-Posting-Host: 85d64835.news.zen.co.uk
X-Trace: DXC=Kj=oiQJ>co=g@]E`:gcVO0f2FgniPJjg2=dR0\ckLKG0WeZ<[7LZNR6mP]HbF<3AC5NQ<`Sf8^Ta?H5oh3IJmO\9KG9@CgUlFb8
X-Complaints-To: abuse@zen.co.uk
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

On Thu, 17 May 2012 02:42:19 -0700, nick_keighley_nospam wrote:

> But many implementations limit the size of the stack (where auto variables
> are usually allocated).

Also, heap allocation failure is usually easier to catch than stack
allocation failure.