From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MPS codegen Date: Fri, 14 Jun 2024 16:46:24 +0300 Message-ID: <868qz7y6vj.fsf@gnu.org> References: <87le3b43qi.fsf@gmail.com> <86r0d21tqj.fsf@gnu.org> <877cetgqiz.fsf_-_@gmail.com> <87wmmsg2e4.fsf@gmail.com> <878qz8ezn4.fsf@gmail.com> <8734pfgb51.fsf@gmail.com> <86ikybyd2h.fsf@gnu.org> <86bk43y8tr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34815"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, acorallo@gnu.org, emacs-devel@gnu.org To: Gerd =?iso-8859-1?Q?M=F6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 14 15:47:11 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 1sI7Go-0008qt-Ot for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Jun 2024 15:47:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sI7GA-0008T6-Dr; Fri, 14 Jun 2024 09:46:30 -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 1sI7G8-0008ST-2K for emacs-devel@gnu.org; Fri, 14 Jun 2024 09:46:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sI7G7-0005Nc-OY; Fri, 14 Jun 2024 09:46:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=otCDcc40UXEagEHef9NN+K0lSkEhcsJySqT26JJ/CEI=; b=sgdXBz+DW/ZoYPTOiTEk +pJQxeCQy0ieSJiiVKqjcGPXYzoShbdgIFarDCLkvzDtU6ej5Tn80dCBSGiUbB64lTGwO9PAuWkCF t4NJVjQlo/Shl1p21Qd/R6PQg3M6d0WFyfly5ASzBqkdM4go8pQl867wkSxor6pYCVSw/fdx6NeYG HgFSuPWsDlIxrgqrMOBmRX9i2deOvZypb2czBBFJkgwU9cPT2ayJCWV86wv6jHCNV+DhBWEbTDltc +n1hH8uMlVPimEZAeZFcbs0DUeuTqIbDATf3vyQ6JoQedC4c9Fza+qWDqT7D19V+Ye5A2/J913lwD +Nb1hz8hxrcmPw==; In-Reply-To: (message from Gerd =?iso-8859-1?Q?M=F6llmann?= on Fri, 14 Jun 2024 15:17:03 +0200) 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:320072 Archived-At: > From: Gerd Möllmann > Cc: eller.helmut@gmail.com, acorallo@gnu.org, emacs-devel@gnu.org > Date: Fri, 14 Jun 2024 15:17:03 +0200 > > Eli Zaretskii writes: > > >> For SYMBO:_FORWARDED, I think sym->u.val.fwd should be used. So I think > >> maybe it is somwhere in that direction. Perhaps function mirror_fwd? > > > > Sorry, I don't understand: all those values are identical, so how does > > it matter which one we use? Or what am I missing? > > What I was trying to convey is kust that in this case mirror_fwd is used. Is or should be? I see mirror_fwd used only in igc.c, and it's a static function there. I guess what I'm saying is that I don't understand what you suggest to do or check to try to fix these segfaults.