On Mon, 26 Sep 2022 06:56:47 -0700, Paul E. McKenney wrote: > On Mon, Sep 26, 2022 at 09:05:52PM +0900, Akira Yokosawa wrote: >> Hi Paul, >> >> On Sun, 25 Sep 2022 15:50:24 -0700, Paul E. McKenney wrote: >>> Hello! >>> >>> The new v2022.09.25a release of perfbook is available, and the draft >>> announcement is here: https://paulmck.livejournal.com/68537.html >>> Thank you all for your contributions to this release! >>> >>> Please let me know if changes are needed. >> >> Not on my contribution, but >> >> The code samples now use C11 thread-local storage instead of the >> GCC __thread storage class, courtesy of Elad Lahav. >> >> IIUC, Elad touched one of many code samples, namely count_end.c. >> So the conversion has just started. >> >> For me, Elad's contribution of adding QNX as a platform for building >> code samples looks much more interesting. > > Both good points, thank you! > > I updated that paragraph as follows: > > One of the code samples now use C11 thread-local storage instead > of the GCC __thread storage class, courtesy of Elad Lahav. Elad > also added support for building code samples on QNX. > > Does that work better? Works for me! Thanks, Akira > > Thanx, Paul > >> Just my 2 cents. >> >> Thanks, Akira >> >>> If I don't hear otherwise, I >>> will post this more widely by the end of tomorrow (Monday), Pacific Time. >>> >>> Thanx, Paul