Connor-GH
Connor-GH
This Zero initializer is not needed here. simply initializing it to its needed value will produce slightly better assembly code. asprintf is only ever called twice (at the time of...
Portage is a package manager that allows the user the most choice on how to customize their system. Some users may want to use Portage in an environment where the...
Nowadays, the following packages are filtered with filter-lto: ``` net-libs/webkit-gtk:3 net-libs/webkit-gtk:4 media-video/ffmpeg dev-libs/libaio media-sound/jack2 net-misc/networkmanager sys-apps/sandbox app-emulation/virtualbox app-emulation/wine* app-office/libreoffice dev-lang/mono >=dev-lang/php-7.2.0 dev-lang/rust dev-lang/spidermonkey dev-util/github-cli dev-util/perf dev-util/valgrind net-libs/nodejs sys-devel/clang sys-devel/gdb sys-devel/llvm...
This Pull Request removes the libxo dependency from ``wc`` and ``df``, allowing them both to build without a dependency most users will not have. This actually maintains the FreeBSD codebase,...
Never ldc versions use LLVM 15 and 16. The ebuild is also outdated for dmd version as well.
So sometime between glibc 2.35 and glibc 2.38, assert for betterC stopped working. After a wild goosechase, it was determined that not only was the wrong function being called ("__assert"...
ldc2 returns SIGSEGV instead of SIGABRT for any value of assert in betterC (or -checkaction=C or defaultlib="" ...) due to some improper usage of __assert. As per the C compilers,...
I work on an operating system codebase that uses locks and works with C. Similar to Linux, I use sparse to check for lock-related errors, but it is not perfect...