From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117882 invoked by alias); 12 Jan 2019 14:27:02 -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 117870 invoked by uid 89); 12 Jan 2019 14:27:02 -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:824, akrl@sdf.org, D*sdf.org, Andrea 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-f175.google.com Received: from mail-pl1-f175.google.com (HELO mail-pl1-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 Jan 2019 14:27:01 +0000 Received: by mail-pl1-f175.google.com with SMTP id t13so8082188ply.13 for ; Sat, 12 Jan 2019 06:27:00 -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=Ktx3+LpwZ9rh3BQBtQROKWLuK5b12uHNtiUWBjyXIFA=; b=h8hgCTNjkw3w3UHxAY9mmGeAGsT/vNmdPWkq1q1SX4MauA8OOjZtdLLbRFUHr31XPP aDLPGnavIVAYKQ+2pj0qrYnZp4K/BZO3o9mq+P8DE/cojSB5sWD1IW4CA0smgyMbOyki M4fYXNelnkfI73zF9jnilrz7r/vdiqvsOnHApqfnag5sudANS7S+PuEESYiWy6+H+9T0 8kh56GNKUGcilul6bhPy0uS0MFYlpDV4IEMe0CSKwmkCCe3iFEj0vZrS7YX7GFBaP34k VrDPdkC0A5KsTk0IOUbxW18lJniI5RXMVlExkyy7ivW5GUL9msUGCYJ85FygDUrwigFX hSCQ== X-Gm-Message-State: AJcUukd/9P9gCrCDyMZBdIzkaSq0oIL4ICIDqMey7Z7Jy/n5yhZIx5Pu sgvUUoF4Y5wRGoCZKedmllrYn+fxyv9JvOe/Ptg= X-Google-Smtp-Source: ALg8bN4cpF/YI+m1tCzniqZiWXRQvO3b9gmA9cciaXX6WZKSjv4zIlzaMZ4qf643GAUL7MdxTeLbGGm5YZwIMIDB9rk= X-Received: by 2002:a17:902:e10a:: with SMTP id cc10mr19087041plb.165.1547303219379; Sat, 12 Jan 2019 06:26:59 -0800 (PST) MIME-Version: 1.0 References: <1547148632.7788.167.camel@redhat.com> 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/msg00039.txt.bz2 Am Do., 10. Jan. 2019 um 22:18 Uhr schrieb akrl : [...] > Okay then lets go for gcc_jit_context_add_driver_option then. > > > > >> If we agree on an interface I propose my self to do the patch in > >> order > >> to have the occasion to setup the whole process. Thanks a lot, Andrea. I am wondering whether you could also make the procedures playback::context::invoke_embedded_driver and playback::context::invoke_external_driver available to client code of libgccjit. (If libgccjit is used as an AOT compiler, the user code may wish to invoke the driver independently. If the two procedures above are somehow exposed to user code, it doesn't have to duplicate the invocation code for an external driver and will be enabled to use the embedded driver as well. -- Marc [...]