From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id P6cFKjalWWm8/SgAWB0awg (envelope-from ) for ; Sat, 03 Jan 2026 18:24:38 -0500 Received: by simark.ca (Postfix, from userid 112) id 9CD4C1E0B6; Sat, 03 Jan 2026 18:24:38 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED autolearn=ham autolearn_force=no version=4.0.1 Received: from vm01.sourceware.org (vm01.sourceware.org [38.145.34.32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 3D07C1E08D for ; Sat, 03 Jan 2026 18:24:37 -0500 (EST) Received: from vm01.sourceware.org (localhost [127.0.0.1]) by sourceware.org (Postfix) with ESMTP id 852C74BA2E24 for ; Sat, 3 Jan 2026 23:24:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 852C74BA2E24 Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id 09ED24BA2E04 for ; Sat, 3 Jan 2026 23:24:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 09ED24BA2E04 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 09ED24BA2E04 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1767482653; cv=none; b=rYTaif9KV4xween9aOORXGyF+b5pYiip5a4TtSFU7dV8adYSMoRfduYBBoJlR8oJdDcTCTuC5JHg5laSxAq9qGs8A2LxVTHA/6tK4NgXGNfuHoLXx2ct/3+sAzwQuTWSxFBnv6ZJn9ggp39Goe3T46b8hdyCJnjfFZX/Z0Kd+/o= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1767482653; c=relaxed/simple; bh=rNSi1K9f6s/EDnosOKUO3ZIwWyJRpbeh4H54eMFWQi0=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=C0/MaDCecCtR+1dv/iUBIwSMnH5hN+68mSc/HjQXoUKZGEmzg/vCZs4ckA1MxantijCNQ3yZeeb+znOMHhWoCPuvITiRR81uabviIr4VNN/p1/65JpxNVFxiMVFi73Ibu0MlJjn+xtSCOG4QyYJ9UPLeYN6AtLRZEW2xzrsjYTU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09ED24BA2E04 Received: by angie.orcam.me.uk (Postfix, from userid 500) id D658992009E; Sun, 4 Jan 2026 00:24:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id C7DAC92009D; Sat, 3 Jan 2026 23:24:11 +0000 (GMT) Date: Sat, 3 Jan 2026 23:24:11 +0000 (GMT) From: "Maciej W. Rozycki" To: Simon Marchi cc: Tom Tromey , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: replace msym_bunch with deque In-Reply-To: <5cc22d76-115f-4054-ba34-6006e6013f06@efficios.com> Message-ID: References: <20251217043141.1790384-1-simon.marchi@polymtl.ca> <87jyylyu60.fsf@tromey.com> <87fr99ymhw.fsf@tromey.com> <85958fad-17e1-4593-b842-d60a6610f149@polymtl.ca> <87jyyjmzo4.fsf@tromey.com> <5cc22d76-115f-4054-ba34-6006e6013f06@efficios.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org On Thu, 18 Dec 2025, Simon Marchi wrote: > > Simon> Indeed, I dug into that in the mean time. I'd like if someone with > > Simon> historical knowledge could fact-check me here. > > > > FWIW I suspect no such person exists. > > Given a lot of this is MIPS-specific, I was hoping that Maciej could be > able to help (adding in CC). I don't know offhand as it's stuff I haven't touched for ages now. I'll see what I can do. Also I can see you've pushed your change already, so I gather there's no rush. NB it was bad timing to get into this discussion as I had an emergency situation to handle and overall hectic time through recent weeks. Happy New Year for now! Maciej