[hackers] [libgrapheme] Use proper iteration-count for benchmark-time-calculation || Laslo Hunhold

2022-01-05 Thread git
commit cecc3a40a6dbffd70d14d6a08f3bc43a17de9977 Author: Laslo Hunhold AuthorDate: Wed Jan 5 16:40:09 2022 +0100 Commit: Laslo Hunhold CommitDate: Wed Jan 5 16:40:09 2022 +0100 Use proper iteration-count for benchmark-time-calculation Signed-off-by: Laslo Hunhold diff

[hackers] [libgrapheme] Calculate benchmark-times as average time taken for each call || Laslo Hunhold

2022-01-05 Thread git
commit bdb39f49345e3b0c7f7e26c21c62d627b9de02ca Author: Laslo Hunhold AuthorDate: Wed Jan 5 16:02:23 2022 +0100 Commit: Laslo Hunhold CommitDate: Wed Jan 5 16:12:27 2022 +0100 Calculate benchmark-times as average time taken for each call Add a unit-parameter and calculate

Re: [hackers] [libgrapheme] Mark likely branches || Laslo Hunhold

2022-01-05 Thread Laslo Hunhold
On Wed, 5 Jan 2022 02:24:01 +0600 NRK wrote: Dear NRK, > Answering my own question: because it fails if `__has_builtin` is not > defined. I was expecting the 2nd expression wouldn't get evaluated at > all. Should probably take some time and learn more about the > pre-processor sometimes. yes