From: Andrea Corallo <acorallo@gnu.org>
To: "Mattias Engdegård" <mattias.engdegard@gmail.com>
Cc: Helmut Eller <eller.helmut@gmail.com>, emacs-devel@gnu.org
Subject: Re: maphash
Date: Wed, 11 Sep 2024 18:45:16 -0400 [thread overview]
Message-ID: <yp1mskdhksj.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <BAC2EE8E-E549-4837-850D-84CE8B1F5E99@gmail.com> ("Mattias Engdegård"'s message of "Wed, 11 Sep 2024 16:23:18 +0200")
Mattias Engdegård <mattias.engdegard@gmail.com> writes:
> 10 sep. 2024 kl. 17.52 skrev Helmut Eller <eller.helmut@gmail.com>:
>
>> The documentation states that puthash and remhash are only "allowed" to
>> use the current key while a maphash is in progress. (Interestingly, it
>> says nothing about gethash.)
>
> That is correct. The purpose of these rules is to avoid us being shackled to a specific behaviour if a user breaks them; we don't want any more implementation restrictions than necessary.
>
> We still protect Lisp abstractions so the user shouldn't fear
> segfaults, but there are no promises when it comes to the iteration
> order, whether iteration will encounter added elements, the same
> element twice or some none at all, etc.
>
>> However, the code in comp.el uses puthash with other keys. E.g
>> comp--add-cond-cstrs-simple iterates over a hashtable of basic blocks
>> and while the iteration is in progress, it calls
>> comp--add-cond-cstrs-target-block which puts new basic blocks into the
>> hashtable.
>
> This sounds like a bug in nativecomp then, even if it happens not to have any bad consequences right now.
Ops! Will look at thanks
Andrea
next prev parent reply other threads:[~2024-09-11 22:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 15:52 maphash Helmut Eller
2024-09-11 14:23 ` maphash Mattias Engdegård
2024-09-11 22:45 ` Andrea Corallo [this message]
2024-09-28 8:42 ` maphash Eli Zaretskii
2024-09-30 14:29 ` maphash Andrea Corallo
2024-10-01 16:31 ` maphash Andrea Corallo
2024-10-01 16:59 ` maphash Mattias Engdegård
2024-10-01 18:36 ` maphash Andrea Corallo
2024-10-02 8:43 ` maphash Mattias Engdegård
2024-10-03 11:18 ` maphash Andrea Corallo
2024-10-04 8:30 ` maphash Mattias Engdegård
[not found] <p04310100bac9ebec6275@[198.17.100.22]>
2003-04-24 1:51 ` maphash Richard Stallman
2003-04-24 7:46 ` maphash Stephen J. Turnbull
2003-04-24 21:58 ` maphash Greg Hill
2003-04-26 2:32 ` maphash Richard Stallman
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=yp1mskdhksj.fsf@fencepost.gnu.org \
--to=acorallo@gnu.org \
--cc=eller.helmut@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=mattias.engdegard@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 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).