From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66807 invoked by alias); 18 Jan 2019 20:31:11 -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 66780 invoked by uid 89); 18 Jan 2019 20:31:10 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*jit, H*r:jit@gcc.gnu.org, HX-HELO:sk:mail-pl, H*r:sk:mail-pl X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,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-f169.google.com Received: from mail-pl1-f169.google.com (HELO mail-pl1-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 18 Jan 2019 20:31:09 +0000 Received: by mail-pl1-f169.google.com with SMTP id e5so6824487plb.5 for ; Fri, 18 Jan 2019 12:31:08 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eoY2fG5V6cUQashq8fh6nOJAp+IgGQfCVvj+IWSTlnY=; b=MfFAXmvzdUxgGwRAZyrAs97qTualzQDh3en/zHWSa88qU56ZHuAKXR5Q+b1tg5eKVW axWrd9Rz1yNMRYdErEcbt7Gs9WyaeNWokkIsLOr593dXKiE9mCu5qCyE33cCljJPB7xd aPkxpoYf5QkwNXel0iHZeghrEXF/Frq2TwDbO1shFIcM2kiPYNHaCOOb7oAD7cnK7QGW MdEFVeRfxowjyh04wBN4XqtH01YHaRhGX7aaJdudrtXfepskDZV5gQZD4DOAiJF0w2am NCIkpvt/0SpfmCfPsZM8lEZf5ey5GQ2ITcJYQjJFkb8d1xKqG5X6yUgd1R3M1nXUfO/l EHcA== X-Gm-Message-State: AJcUukdZKdQD3/8FJgS+iNVbuaRRDxHo5gsshTsM7YBYeE/bPA753eEe wFUoRZ+ba7q8FDZ4ia3ZT1QbmKxY70hGAf0RLx9mqw== X-Google-Smtp-Source: ALg8bN7SMRqZ1jVWO3+sVJZTlf2Y0IF1jPq3hdMaAXKb8mM//wpT3KdT1yrm3r4RW4F+Owgqiepb1q2+ZG+iZSqjsZU= X-Received: by 2002:a17:902:be0e:: with SMTP id r14mr19478485pls.124.1547843467104; Fri, 18 Jan 2019 12:31:07 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Marc_Nieper=2DWi=C3=9Fkirchen?= Date: Tue, 01 Jan 2019 00:00:00 -0000 Message-ID: Subject: Re: about header file parsing To: akrl Cc: David Malcolm , Basile Starynkevitch , jit@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00046.txt.bz2 Am Fr., 18. Jan. 2019 um 21:10 Uhr schrieb akrl : [...] > Okay I've submitted the patch for exposing gcc_jit_context_add_driver_option. That's great! Have you experimented with your patch and checked whether linking object statically with link-time optimization to the libgccjit-generated code works? > If Dave's agree on the idea of the modification I'll have a following > patch for exposing invoke_embedded_driver and invoke_external_driver > after the review process of the first is done. Very cool! [...] Thanks, Marc