From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: On elisp running native Date: Sat, 28 Dec 2019 10:34:26 +0200 Message-ID: <83woagonl9.fsf@gnu.org> References: <838smzq9iz.fsf@gnu.org> <8336d6rfgy.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="264325"; mail-complaints-to="usenet@blaine.gmane.org" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 28 09:35:03 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1il7Yt-0016Zf-Cq for ged-emacs-devel@m.gmane.org; Sat, 28 Dec 2019 09:35:03 +0100 Original-Received: from localhost ([::1]:41866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1il7Yr-0005d8-I1 for ged-emacs-devel@m.gmane.org; Sat, 28 Dec 2019 03:35:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34247) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1il7YK-00055m-OG for emacs-devel@gnu.org; Sat, 28 Dec 2019 03:34:29 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1il7YI-00038R-9z; Sat, 28 Dec 2019 03:34:26 -0500 Original-Received: from [176.228.60.248] (port=2528 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1il7YH-0002rF-NQ; Sat, 28 Dec 2019 03:34:26 -0500 In-reply-to: (message from Andrea Corallo on Fri, 27 Dec 2019 21:02:50 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243723 Archived-At: > From: Andrea Corallo > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Fri, 27 Dec 2019 21:02:50 +0000 > > And this let me think to Eli's point on windows missing compatibility. > There's good chance that the reason for this is that libgccjit does use > dlopen&friends. Actually these are exactly the features of libgccjit > infrastructure we do *not* use. I'm not sure I understood you, but dlopen, dlsym etc. (or their moral equivalents) are readily available on Windows; see src/dynlib.c. So that cannot be the reason why libgccjit is not available on Windows.