From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125934 invoked by alias); 28 Dec 2019 11:19:31 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 125924 invoked by uid 89); 28 Dec 2019 11:19:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_05,KAM_SHORT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=spare, emacs, Emacs, ongoing X-Spam-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_05,KAM_SHORT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: mx.sdf.org Received: from mx.sdf.org (HELO mx.sdf.org) (205.166.94.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Dec 2019 11:19:30 +0000 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id xBSBJQ13015361 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Sat, 28 Dec 2019 11:19:26 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id xBSBJQ2b026873; Sat, 28 Dec 2019 11:19:26 GMT From: Andrea Corallo To: jit@gcc.gnu.org Cc: Eli Zaretskii Subject: Libgccjit Windows compatibility Date: Tue, 01 Jan 2019 00:00:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00007.txt.bz2 Hi all, In my spare time I've been working on a project to give Emacs the ability of compiling Elisp. This is libgccjit based. On emacs-devel the discussion is ongoing and the question has been raised about Windows compatibility. Question for which I've no answer. About this I've just found this old thread. https://gcc.gnu.org/ml/jit/2015-q3/msg00124.html I wanted to ask if we are aware of fundamental problems preventing a Windows port or this was just never completed and up-streamed. Bests Andrea -- akrl@sdf.org