Fangrui Song
Fangrui Song
I never learned how to use Python async/await properly... It seems that migrating to Telethon requires quite amount of work and many methods may need to be turned `async`. Is...
Ping @mpx. This looks good. Normally we cannot expect the initial portion of a string accepted by strtod can also be accepted by strtoll (Infinity, Inf, NaN, nan(222), etc). However,...
New lld's behavior (`-z start-stop-gc`, i.e. traditional GNU ld behavior) is desirable (i.e. you may close the llvm-project issue). Having `__start_foo_section` references doesn't mean that all `foo_section` sections need to...
> but we can keep section foo if and only if a live section refers a symbol __start_foo or __stop_foo. Checking "live" is the `-z nostart-stop-gc` behavior. Again, it is...
See #19066 for an example. Would be nice to fix this to suppress ubsan errors (specifically, `-fsanitize=null`). In case it is useful: `__attribute__((no_sanitize("null")))` can suppress the error.
This is a MIPS ABI bug or compiler bug. One relocatable file has `.eh_frame` referencing `DW.ref.__gxx_personality` using the encoding `DW_EH_PE_absptr`. This encoding is wrong for PIC. However, GNU ld works...
It's unclear how pkg-config works on non-Unix-like systems. I am not a CMake export, but using a native CMake config file seems to have some advantage that users prefer it...
If CMake `find_package(zstd)` doesn't just work, the Cemu solution has to be duplicated by all zstd' CMake users. This is exactly the situation we want to avoid. (For zlib, libxml2,...
I suspect zig sets dso_local on function declarations for -fpic mode.