From: Paul Eggert <eggert@cs.ucla.edu>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 11617@debbugs.gnu.org
Subject: bug#11617: Don't use 'register'; these days it's not needed.
Date: Sun, 03 Jun 2012 09:33:45 -0700 [thread overview]
Message-ID: <4FCB91E9.1060101@cs.ucla.edu> (raw)
In-Reply-To: <jwv396cctey.fsf-monnier+emacs@gnu.org>
On 06/03/2012 08:22 AM, Stefan Monnier wrote:
> While `register' has been unnecessary for a while
> now, I don't see why it would hurt.
It hurts because it wastes developers' time, and has done so
for many years. It'd be better to not continue to waste our time
worrying about whether to use 'register', or even having to
read the noise word 'register'. We should definitely not
waste our time reading or maintaining comments like this:
/* If we use `register' here, gcc-4.0.2 on amd64 using
-DUSE_LISP_UNION_TYPE complains further down that we're getting the
address of `force'. Go figure. */
This stuff is all bogus and our lives would be a tiny bit simpler
if it vanished. I've put work into making it vanish, and
I'd appreciate the chance to make that work useful for others.
next prev parent reply other threads:[~2012-06-03 16:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-03 6:06 bug#11617: Don't use 'register'; these days it's not needed Paul Eggert
2012-06-03 14:24 ` Eli Zaretskii
2012-06-03 14:50 ` Chong Yidong
2012-06-03 15:09 ` Eli Zaretskii
2012-06-03 15:22 ` Stefan Monnier
2012-06-03 16:33 ` Paul Eggert [this message]
2012-06-04 13:06 ` Stefan Monnier
2012-06-04 14:40 ` Paul Eggert
2012-06-04 19:30 ` Stefan Monnier
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FCB91E9.1060101@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=11617@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).