all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Colascione <dancol@dancol.org>
To: Paul Eggert <eggert@cs.ucla.edu>, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] trunk r114447: Some minor cleanups of recently-added bool vector code.
Date: Tue, 24 Sep 2013 04:37:15 -0700	[thread overview]
Message-ID: <5241796B.1010902@dancol.org> (raw)
In-Reply-To: <E1VOKEv-0006xW-Rw@vcs.savannah.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

On 9/23/13 9:28 PM, Paul Eggert wrote:
>   (size_t_to_host_endian): Now static, not static inline;
>   the latter isn't needed with modern compilers and doesn't
>   work with older compilers anyway.

gcc 4.2.1, frequently the system compiler for OS X, will inline these
functions if they are marked "static inline", but not if they're just
marked "static". I don't think we should be removing annotations that
help compilers that see common use.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

       reply	other threads:[~2013-09-24 11:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1VOKEv-0006xW-Rw@vcs.savannah.gnu.org>
2013-09-24 11:37 ` Daniel Colascione [this message]
2013-09-24 11:48   ` [Emacs-diffs] trunk r114447: Some minor cleanups of recently-added bool vector code Dmitry Antipov
2013-09-24 14:09     ` Eli Zaretskii
2013-09-24 14:56       ` Paul Eggert
2013-09-24 16:18         ` Eli Zaretskii
2013-09-24 14:02   ` Jan Djärv
2013-09-24 23:12     ` Richard Stallman
2013-09-24 23:18       ` Daniel Colascione
2013-09-25 20:09         ` Richard Stallman

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=5241796B.1010902@dancol.org \
    --to=dancol@dancol.org \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.