emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MPS: dangling markers


From: Gerd Möllmann
Subject: Re: MPS: dangling markers
Date: Sun, 30 Jun 2024 09:27:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> I think I have an idea: What if igc_add_marker records in Lisp_Marker at
> which index in the weak vector it stored the marker? That would make
> igc_remove_marker O(1).

Pushed that to scratch/igc.

Ihor, could please measure again?

Next idea would be to make igc_add_marker O(1) with a free-list like
hash tables have in the next array. But let's first see if the above
change brings something to the table.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]