unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: (elisp)Object Internals
Date: 21 Dec 2003 19:21:01 -0500	[thread overview]
Message-ID: <jwvoeu13dr6.fsf-monnier+emacs/devel@vor.iro.umontreal.ca> (raw)
In-Reply-To: <200312190129.hBJ1TPC04722@raven.dms.auburn.edu>

> I believe I understand now that the quote from `(elisp)Object
> Internals' should be changed to:

>     Depending on the operating system and type of machine for which
>     you compile Emacs, twenty-nine bits are used to address the
>     object, and the remaining three bits are used for a GC mark bit and
>     the tag that identifies the object's type.

Actually, the recent change was to remove the mark bit, so something like
the following would be better:

     Depending on the operating system and type of machine for which
     you compile Emacs, twenty-nine bits are used to address the
     object, and the remaining three bits are used for
     the tag that identifies the object's type.


-- Stefan

  parent reply	other threads:[~2003-12-22  0:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-19  0:57 (elisp)Object Internals Luc Teirlinck
2003-12-19  1:29 ` Luc Teirlinck
2003-12-19 11:45   ` Kim F. Storm
2003-12-19 11:56     ` Luc Teirlinck
2003-12-19 12:06     ` Luc Teirlinck
2003-12-20 17:18     ` Richard Stallman
2003-12-22  0:21   ` Stefan Monnier [this message]
2003-12-22  1:47     ` Luc Teirlinck

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=jwvoeu13dr6.fsf-monnier+emacs/devel@vor.iro.umontreal.ca \
    --to=monnier@iro.umontreal.ca \
    --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 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).