Re: GCC 14 jit API in C++ for creating union types?

2024-12-13 Thread Jonathan Wakely
On 13/12/24 11:24 +0100, Basile Starynkevitch wrote: On Fri, 2024-12-13 at 11:03 +0100, Basile Starynkevitch wrote: Hello all, On GNU Linux/Ubuntu/x86_64 I am using libgccjit++ (in https://github.com/RefPerSys/RefPerSys/ - a GPLv3+ inference engine project) but I cannot understand how to create

GCC 14 jit API in C++ for creating union types?

2024-12-13 Thread Basile Starynkevitch
Hello all, On GNU Linux/Ubuntu/x86_64 I am using libgccjit++ (in https://github.com/RefPerSys/RefPerSys/ - a GPLv3+ inference engine project) but I cannot understand how to create in C++ a union type. Today (Dec 13, 2024) the file https://gcc.gnu.org/onlinedocs/jit/cp/topics/types.html don't exp

Re: GCC 14 jit API in C++ for creating union types?

2024-12-13 Thread Basile Starynkevitch
On Fri, 2024-12-13 at 11:03 +0100, Basile Starynkevitch wrote: > Hello all, > > On GNU Linux/Ubuntu/x86_64 I am using libgccjit++ (in > https://github.com/RefPerSys/RefPerSys/ - a GPLv3+ inference engine > project) but I cannot understand how to create in C++ a union type. > > > Today (Dec 13, 2

Re: GCC 14 jit API in C++ for creating union types?

2024-12-13 Thread David Malcolm
On Fri, 2024-12-13 at 11:24 +0100, Basile Starynkevitch wrote: > On Fri, 2024-12-13 at 11:03 +0100, Basile Starynkevitch wrote: > > Hello all, > > > > On GNU Linux/Ubuntu/x86_64 I am using libgccjit++ (in > > https://github.com/RefPerSys/RefPerSys/ - a GPLv3+ inference engine > > project) but I ca

Re: GCC 14 jit API in C++ for creating union types?

2024-12-13 Thread Basile Starynkevitch
On Fri, 2024-12-13 at 10:48 -0500, David Malcolm wrote: > On Fri, 2024-12-13 at 11:24 +0100, Basile Starynkevitch wrote: > > On Fri, 2024-12-13 at 11:03 +0100, Basile Starynkevitch wrote: > > > Hello all, > > > > > > On GNU Linux/Ubuntu/x86_64 I am using libgccjit++ (in > > > https://github.com/Re