Asad Sajjad Ahmed
Asad Sajjad Ahmed
So, I only mentioned this as part of my review as I also wanted to understand whether the change was intended or simply a oversight. Now looking: - The declaration...
Ran into the same issue on Debian Bullseye (looks like same regression): ``` mkdir("vcl_boot.1653993701.127146", 0755) = 0 chown("vcl_boot.1653993701.127146", 117, 124) = 0 setresuid(-1, 117, -1) = 0 openat(AT_FDCWD, "vcl_boot.1653993701.127146/vgc.c", O_WRONLY|O_CREAT|O_TRUNC,...
Just for completeness, the macro ended up looking like this piece of code: https://github.com/jemalloc/jemalloc/blob/dev/include/jemalloc/internal/jemalloc_internal_types.h#L126-L142 I did not bother to add support for pre C99, maybe this should be done as...
There is a leak reported by ASAN: ``` *** v1 debug|Info: Child (73917) said Child dies **** dT 10.444 *** v1 debug|Info: Child (73917) said *** v1 debug|Info: Child (73917)...
LGTM. Maybe mention the possibility to not specify any `listen_arg` during startup and instead use `-I clifile` ? ``` -I clifile Execute the management commands in the file given as...
> > this has not been tested locally > > locally installing gcc-trunk and testing the changes should not be asking too much, rather than putting the burdon on a...
@gquintard No, but thanks for the reminder. I have added this to my backlog, I will come to it soon.
I agree, this would mimic more or less what Python 3 has: https://docs.python.org/3/library/math.html This would be familiar to the users.
A Varnish instance usually set up to use 8 GB for the stevedore (object store) also need additional memory for the other machinery. Could you share the command line you...
> I am not entirely on board with this, because there are valid reasons not want structs tightly packed, for instance cacheline considerations. Yes, we can always ignore false-positives. The...