jacereda
jacereda
If queries/reads don't follow symlinks that would put a burden on the build system. The one I'm using would certainly need to be modified to take into account this fact....
``` r|/usr/bin/rm q|/home/fangism/foo d|/home/fangism/bar ```
I have always considered the "-" output to be a debug-only flag. The caller should provide unique output filenames. Is this for the test suite?
I fixed a `-O0` flag in the makefile not too long ago. Perhaps that measurement was made while the flag was there? 21% seems way too much...
Also, I haven't seen asserts in a while, maybe it would be a good idea to compile with `-DNDEBUG`.
> Also, I haven't seen asserts in a while, maybe it would be a good idea to compile with `-DNDEBUG`. Looks like there isn't any assert in performance-critical paths...
Grepping for `R(` won't do it, since there're some `#ifdef`s and some bare calls to `resolv`. I guess you can invoke a preprocessor pass via `gcc -E` and count the...
I think it would be quite easy. Maybe it could use a prefix to mark failed operations, like ``` !r|non-existing-path ``` I'll see how it goes.
Can you try the `report-failures` branch?
I only tested on Windows, most probably won't build on Unix.