unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Matt Armstrong <matt@rfc20.org>
Cc: 58639@debbugs.gnu.org
Subject: bug#58639: 29.0.50; [noverlay] Nested overlay iteration in GC
Date: Wed, 19 Oct 2022 21:55:53 -0400	[thread overview]
Message-ID: <jwvy1tb1cph.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87wn8vmkyx.fsf@rfc20.org> (Matt Armstrong's message of "Wed, 19 Oct 2022 16:50:46 -0700")

Matt Armstrong [2022-10-19 16:50:46] wrote:
> Matt Armstrong <matt@rfc20.org> writes:
>> +static void
>> +mark_overlays (struct interval_node *node)
>> +{
>> +  if (node == NULL)
>> +    return;
>> +  mark_object (node->data);
>> +  mark_overlays (node->left);
>> +  mark_overlays (node->right);
>> +}
>
> Heads up the 'node == NULL' above depends on the patch I sent you to get
> rid of ITREE_NULL.

I was wondering if you had mistyped ITREE_NULL or if it was indeed
a "preview" of what was coming :-)

In any case, thanks for those patches, it's a really nice improvement.

        Stefan






  reply	other threads:[~2022-10-20  1:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19 16:40 bug#58639: 29.0.50; [noverlay] Nested overlay iteration in GC Matt Armstrong
2022-10-19 17:29 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-19 21:49   ` Matt Armstrong
2022-10-19 22:16     ` Matt Armstrong
2022-10-19 23:50       ` Matt Armstrong
2022-10-20  1:55         ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-11-12 20:58           ` Stefan Kangas
2022-11-15 17:47             ` Matt Armstrong

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=jwvy1tb1cph.fsf-monnier+emacs@gnu.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=58639@debbugs.gnu.org \
    --cc=matt@rfc20.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).