Re: [PATCH] libgccjit: Add support for creating temporary variables

2024-10-11 Thread Antoni Boucher
Hi, David. Can you please review the updated patch? Can I merge it? Thanks. Le 2024-02-29 à 16 h 11, Antoni Boucher a écrit : Hi and thanks for the review! Here's the updated patch. Le 2024-01-24 à 09 h 54, David Malcolm a écrit : On Fri, 2024-01-19 at 16:54 -0500, Antoni Boucher wrote: Hi. T

Re: [PATCH] libgccjit: Add support for creating temporary variables

2024-02-29 Thread Antoni Boucher
er nits), but what do you think of eliminating "is_temp" in favor of the "name" ptr being null? I think it's your call. Dave From 80ea12ce227b2ac5d5dcd99374532e30a775ecbd Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Thu, 18 Jan 2024 16:54:59 -0500 Subject: [

Re: [PATCH] libgccjit: Add support for creating temporary variables

2024-01-24 Thread David Malcolm
On Fri, 2024-01-19 at 16:54 -0500, Antoni Boucher wrote: > Hi. > This patch adds a new way to create local variable that won't > generate > debug info: it is to be used for compiler-generated variables. > Thanks for the review. Thanks for the patch. > diff --git a/gcc/jit/docs/topics/compatibilit

[PATCH] libgccjit: Add support for creating temporary variables

2024-01-19 Thread Antoni Boucher
-0500 Subject: [PATCH] libgccjit: Add support for creating temporary variables gcc/jit/ChangeLog: * docs/topics/compatibility.rst (LIBGCCJIT_ABI_26): New ABI tag. * docs/topics/functions.rst: Document gcc_jit_function_new_temp. * jit-playback.cc (new_local): Add new is_temp parameter. * jit-playb