public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Torbjorn Granlund <tege@nada.kth.se>
To: John Carr <jfc@mit.edu>
Cc: Jason Merrill <jason@cygnus.com>,
	bothner@cygnus.com (Per Bothner),
	egcs@cygnus.com
Subject: Re: bool
Date: Wed, 12 Nov 1997 06:25:00 -0000	[thread overview]
Message-ID: <199711121425.PAA09493@squid.pdc.kth.se> (raw)
In-Reply-To: <199711121359.IAA19680@contents-vnder-pressvre.MIT.EDU>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

Having bool a 8-bit quantity does not need to be slower than having it be
the `fastest type', if the tm macro PROMOTE_MODE is set up properly.
PROMOTE_MODE has the effect of widening a type when a quantity of that type
is in a register,

Machines without byte loads/stores would still be hurt, but such machines
are rare.  Even Alpha now has byte loads, although the 21064 and early 21164
did not have them.

Torbjörn

  reply	other threads:[~1997-11-12  6:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-11-11  8:27 bool Andrew Borthwick
1997-11-11 10:52 ` bool Per Bothner
     [not found] ` <199711111843.KAA03525.cygnus.egcs@cygnus.com>
1997-11-11 12:13   ` bool Jason Merrill
1997-11-11 12:28     ` bool Per Bothner
1997-11-11 18:24       ` bool Alexandre Oliva
     [not found]     ` <199711112028.MAA08953.cygnus.egcs@cygnus.com>
1997-11-11 18:44       ` bool Jason Merrill
1997-11-12  5:59         ` bool John Carr
1997-11-12  6:25           ` Torbjorn Granlund [this message]
1997-11-11 15:29 Andrew Borthwick
1997-11-12  2:47 ` bool Branko Cibej

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=199711121425.PAA09493@squid.pdc.kth.se \
    --to=tege@nada.kth.se \
    --cc=bothner@cygnus.com \
    --cc=egcs@cygnus.com \
    --cc=jason@cygnus.com \
    --cc=jfc@mit.edu \
    /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).