From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79736 invoked by alias); 29 Dec 2018 15:31:53 -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 79716 invoked by uid 89); 29 Dec 2018 15:31:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:247, achieved, H*Ad:U*jit, HTo:U*jit X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-pl1-f181.google.com Received: from mail-pl1-f181.google.com (HELO mail-pl1-f181.google.com) (209.85.214.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Dec 2018 15:31:51 +0000 Received: by mail-pl1-f181.google.com with SMTP id 101so11171443pld.6 for ; Sat, 29 Dec 2018 07:31:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=XBDLU4wzgDwGJRAy3YaFuPD4eZkZuAvV5KIQfPSmkSI=; b=qhMYfhj0WRtMQzXClChdqvStJIhP90vOKCJrK4f7Lzv60bFBINgZAcDqukDbgYm7PI TdLk+x01FW2zqQa35WKL/2dhm64/6XTERGNb6sNykBss2l1jdHFeVjV6QraDYGYMYsHx HgLW0rw+0Zpf84ofKngC6PkLfo/G2j/OBhD1J8wlJk8yDntX6Do5VLAc7oSZahRL2BQu 2BZ8xpMYd/gMyC5LgewTAECX5BwrxY7G+kCziuzDpKkhfa9ouPAts9b+/gexl+9TlqBm c/ozy1SulJgBNVXFaZeStS5ZYqtt6npmLbAWLo8D00ESx+LkApHNkeO5mu++d/xndR2p rRIQ== X-Gm-Message-State: AJcUukfwMGGha5oyyJuJikEh7k9XwoHykESB16zMc+dw7cQEEU2Z7BZz WTt9rckzcfFcra7cu6mpjlWPylXGzq2JQZKKldvDT1LX4b8= X-Google-Smtp-Source: ALg8bN4V9QsgkMBTn57zg52azp6k7fW2FtVIW7dYAW8xb/v0BmVy6u9kfUWYAyAY7RUrCRW60miO23DV33P8eSsZqqE= X-Received: by 2002:a17:902:227:: with SMTP id 36mr31559499plc.140.1546097508924; Sat, 29 Dec 2018 07:31:48 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?Marc_Nieper=2DWi=C3=9Fkirchen?= Date: Mon, 01 Jan 2018 00:00:00 -0000 Message-ID: Subject: Incremental compilation To: jit@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-q4/txt/msg00006.txt.bz2 Hi! I need to compile a number of functions incrementally. Eventually, I would like to compile all the functions to a dynamic library file. Can this be achieved with libgccjit without recompiling the functions? -- Marc