Date: Wed, 15 Mar 2000 23:06:58 +0500
Message-Id: <200003151806.XAA01042@midpec.com>
From: Prashant TR
To: Martin Stromberg
CC: djgpp-workers AT delorie DOT com
In-reply-to: <200003140840.JAA19626@mars.lu.erisoft.se> (message from Martin
Stromberg on Tue, 14 Mar 2000 09:40:29 +0100 (MET))
Subject: Re: Fastest integer type
References: <200003140840 DOT JAA19626 AT mars DOT lu DOT erisoft DOT se>
Reply-To: djgpp-workers AT delorie DOT com
Errors-To: dj-admin AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk
Martin Stromberg writes:
> Are ints (32 bits) faster than chars (8 bits)?
I don't think there can be something like the fastest type.
On my Pentium, 8-bits seem to be faster than the 32-bit
(according to some calculations that Linux does at boot-time).
But on PII+, I think it's the other way round.