Re: Optimize string literals

2022-06-13 Thread Alejandro Colomar
Hi Ralph, On 6/13/22 10:51, Ralph Corderoy wrote: I think section 2.4 starting on page 26 is the relevant part, if anyone else wants to read it. Yes it is; sorry for not mentioning it. Cheers, Alex -- Alejandro Colomar

Re: Setting up repository for user macrosets

2022-06-13 Thread hbeze...@kliksafe.nl
The repo is created: https://github.com/Allfifthstuning/awesome-groff-user-macrosets.git Although still empty I'll add macrosets slowly but steady. Hans > > > > > > Op Mon May 30 2022 19:36:58 GMT+0200 (Central European Summer Time) > schreef hbeze...@kliksafe.nl via : > > -- Oors

Re: Optimize string literals

2022-06-13 Thread Ralph Corderoy
Hi Alejandro, > Something similar was already detailed by Ulrich Drepper in his paper > "How To Write Shared Libraries", and I've investigated a few more > consequences of using arrays of char (char []) and pointers to char > (char *) to store them. https://www.akkadia.org/drepper/dsohowto.pdf I