From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pip Cet Newsgroups: gmane.emacs.devel Subject: Re: MPS: weak hash tables Date: Sun, 07 Jul 2024 19:31:20 +0000 Message-ID: References: <87msmtxkpy.fsf@gmail.com> <87ed85xj67.fsf@gmail.com> <8734olxcdj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19864"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Helmut Eller , Ihor Radchenko , Eli Zaretskii , emacs-devel@gnu.org To: =?utf-8?Q?Gerd_M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 08 04:24:23 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sQe3D-0004vD-A1 for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Jul 2024 04:24:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sQe2T-0003Rv-FB; Sun, 07 Jul 2024 22:23:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sQXbf-0001VC-QO for emacs-devel@gnu.org; Sun, 07 Jul 2024 15:31:34 -0400 Original-Received: from mail-4316.protonmail.ch ([185.70.43.16]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sQXbc-0001JH-7U; Sun, 07 Jul 2024 15:31:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1720380685; x=1720639885; bh=kSquf5dbkXyU1RHtF/wcdYLT2QWW6PRZ59sW83NUeMQ=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=I5CR7a+DVrHZjO4vIZLdt149DB3BTZRh4yFZ2UvBu/8DgYYIENVLYywAeMAcxqqz3 6hZByGWQWg0B5oCbzYMpxZBu1aT7uKS4fpvNgytpxYA6gq7/bumA19btW+28unfNPG o1LdAGRhjJ8mSpnxML2KK2NmZ81x1J/OLHOW4PnHZTkBeWima1UrHkn3NZVvMQOwwi CRUMzvSdA+pu6SjivJ9xYn92YWXfxtMpLYFd9iplGubauWm3eiEy1/1eCPVu0dVw0t PkZ60jdT8G2Jcp+WWbR7kPWAiGWP7NVRfGKsGst1J41ND76+eSjOxeWJ0DcO9O07E/ yuhjuczVYypFQ== In-Reply-To: Feedback-ID: 112775352:user:proton X-Pm-Message-ID: ad4683a26193d8b4aa435a85fabdab0ac3a11d04 Received-SPF: pass client-ip=185.70.43.16; envelope-from=pipcet@protonmail.com; helo=mail-4316.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 07 Jul 2024 22:23:33 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321523 Archived-At: On Sunday, July 7th, 2024 at 19:00, Gerd M=C3=B6llmann wrote: > Helmut Eller eller.helmut@gmail.com writes: >=20 > > On Sun, Jul 07 2024, Gerd M=C3=B6llmann wrote: > >=20 > > > Helmut, I seem to remember that you had 3 points on your list that > > > needed investigation, pi, ert-test, and something else I can't find n= ow > > > and don't remember. > > >=20 > > > Could you please remind me, or am I misremembering? > >=20 > > The third was some form of heap size limit. Maybe > > mps_arena_commit_limit_set is what I want. I'd have to try it. >=20 >=20 > Ah right, thanks! The strange behaviour when set via MPS_KEY_... etc. I looked into that briefly, and believe it happens only when we hit the mem= ory limit. Does that match what you're seeing? The weird bug happens when I set the limit with mps_arena_commit_limit_set,= too. Pip