Re: GCC Plugin introduction

2021-03-30 Thread SAIFI
lace that with a instance of class 'X' created and then profile or instrument a member function. Have you explored that ? any preliminary thoughts on how does one go about doing it ? warm regards Saifi.

Re: GCC Plugin introduction

2021-04-01 Thread SAIFI
On Tue, 30 Mar 2021, SAIFI wrote: On Mon, 29 Mar 2021, Gabriele Serra wrote: I have written a very basic article on GCC Plugins (how to build a plugin from the ground, some info on APIs, and how to instrument code). The material is based on GCC 9. The code is fully documented and working

Re: [RFC] database with API information

2022-09-09 Thread SAIFI
> > let's use a simple database, a CSV file for simplicity, and generate both > files from this. Curious to learn, why wouldn't you want to do it in C++ itself ? As an example, please see https://github.com/cplusplus/lib-issues-software warm regards Saifi.

Re: [RFC] database with API information

2022-09-09 Thread SAIFI
On 9 September 2022 11:47:30 am UTC, Jonathan Wakely wrote: >On Fri, 9 Sept 2022 at 12:17, SAIFI wrote: >> >> > >> > let's use a simple database, a CSV file for simplicity, and generate both >> > files from this. >> >> Curious to learn, why w

Re: [RFC] database with API information

2022-09-09 Thread SAIFI
else that is needed for the CSV parsers to qualify ? Thanks for sharing your perspective. Much appreciated ! warm regards Saifi.

Re: [RFC] database with API information

2022-09-09 Thread SAIFI
he script in > C++ feel free to proposed a patch, but this digression for your > curiousity doesn't seem productive to me. Well, it seems then the 'innocent CSV' proposed by Ulrich is the strawman that leads to meson ! Please feel free to correct me if that is not the 'unstated' intent. warm regards Saifi.