all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Helmut Eller <eller.helmut@gmail.com>
To: "Gerd Möllmann" <gerd.moellmann@gmail.com>
Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
Subject: Re: MPS symbols
Date: Fri, 28 Jun 2024 15:47:23 +0200	[thread overview]
Message-ID: <8734oxw55g.fsf@gmail.com> (raw)
In-Reply-To: <m2wmm9thf3.fsf@pro2.fritz.box> ("Gerd Möllmann"'s message of "Fri, 28 Jun 2024 13:50:40 +0200")

On Fri, Jun 28 2024, Gerd Möllmann wrote:

> igc--roots is a DEFUN in igc.c returning information about roots. In the
> end, the plan is that every root has a label, and all are displayed in
> igc-roots-stats, so that one can see what is going on wrt roots over
> time.

Hm, I see some odd numbers in *igc roots*:

bc-stack                       ambig               1         4194304
pure                           ambig               1        41333328

40 MB pure space :-).  It looks like PURESIZE isn't the number of words
but the number of bytes.  Or so it seems in alloc.c:

EMACS_INT pure[(PURESIZE + sizeof (EMACS_INT) - 1) / sizeof (EMACS_INT)] = {1,};

4 MB bc-stack also seems a lot.  But it's less obviously wrong.

It helps to sometimes look at basic things :-)



  reply	other threads:[~2024-06-28 13:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28  7:00 MPS symbols Helmut Eller
2024-06-28  7:42 ` Gerd Möllmann
2024-06-28  7:53   ` Helmut Eller
2024-06-28  8:37     ` Gerd Möllmann
2024-06-28  8:46       ` Gerd Möllmann
2024-06-28  9:19         ` Gerd Möllmann
2024-06-28 11:54           ` Helmut Eller
2024-06-28 12:13             ` Gerd Möllmann
2024-06-28 12:36               ` Gerd Möllmann
2024-06-28 11:16       ` Eli Zaretskii
2024-06-28 11:50         ` Gerd Möllmann
2024-06-28 13:47           ` Helmut Eller [this message]
2024-06-28 14:13             ` Gerd Möllmann
2024-06-28 14:46               ` Gerd Möllmann
2024-06-28 15:41                 ` Helmut Eller
2024-06-28 16:06                   ` Eli Zaretskii
2024-06-28 16:19                     ` Helmut Eller
2024-06-28 17:40                       ` Eli Zaretskii
2024-06-28 16:20                     ` Gerd Möllmann
2024-06-28 17:59                       ` Eli Zaretskii
2024-06-29  3:56                         ` Gerd Möllmann

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=8734oxw55g.fsf@gmail.com \
    --to=eller.helmut@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=gerd.moellmann@gmail.com \
    /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.