From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: MPS: native comp Date: Fri, 10 May 2024 02:37:39 -0400 Message-ID: References: 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="4516"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Eli Zaretskii , emacs-devel@gnu.org, Helmut Eller To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 10 08:38:51 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 1s5Ju6-00011Z-If for ged-emacs-devel@m.gmane-mx.org; Fri, 10 May 2024 08:38:50 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s5Jt1-0007KR-7s; Fri, 10 May 2024 02:37:43 -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 1s5Jsz-0007BI-IM for emacs-devel@gnu.org; Fri, 10 May 2024 02:37:41 -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 1s5Jsz-00014M-5t; Fri, 10 May 2024 02:37:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=wSF8IPVJMPv529o6nPMhRHbbAbWfqzfEOkU+aDbgO8g=; b=QGL9/bRATzv2Iq3zU53Q m5XscOHDR2TBzxPTC9fzUrC58f4UNbw+gUTeAOR7MNHXaVceh6rjyULC6rvn4O7UAUJuGkZU7sxiI u9kaNRO9oE5PVUazjekZBY04sBnUVQX+L+6KxoDG199UigLMzyqJ9zOyFwenzsXGnKnneHU0sAb52 DvWApqE2KpbQuj5OVHfAfulohjN1d4LSUbbKd1AGUV15u8pVq2Ipo0/9MIX5mdJaWxOPpDf0+YCnn 5AXKrNdUgEipuPc8EQfaXV+p2FMPDb+D1kYh+IcUGS4ovcP9yJumURqGumb2oks5UuUR5GmMCTmi9 Vj2aAbRKS9BW3A==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1s5Jsy-0001HV-Gv; Fri, 10 May 2024 02:37:40 -0400 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llman?= =?utf-8?Q?n=22's?= message of "Wed, 08 May 2024 18:11:55 +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:319108 Archived-At: Gerd M=C3=B6llmann writes: > Andrea Corallo writes: > >>> Current_thread is staticpro'd, so in Emacs we'll fix that if a >>> thread_sate moves in memory. But what does/could GCC assume about this, >>> or maybe comp? >> >> I think we'll have to update "struct comp_thread_state * * >> current_thread_reloc" as well if 'current_thread' moves. > > Thanks. > > BTW, is there a way to let libgccjit keep to .o file together with the > .c file? Hi Gerd, not that I'm aware. Maybe you could ask on jit@gcc.gnu.org? Andrea