Artem Labazov
Artem Labazov
* Unlike Unix systems, Windows differentiates text and binary modes * Redefine unsupported BSD functions with their libc alternatives
There's an issue with accessing an existing value with operator[] when hashtable size reaches a certain value: iterator is sometimes being invalidated leading to broken iterators invalidation contract: > -...
Relates to `RI-1124` and `ENG-2843`
Hi! Is it possible to add toggle for showing ALL functions even if they aren't available? It should be useful for translators
Description =========== `lds-gen.py` appends `rd_ut_coverage_check` for linker script unconditionally. However, LLD produces a warning if coverage is disabled. This warning becomes an error since LLVM LLD 17.0.0. ``` ld: error:...
Linux kernel counts the following metrics: - `numa_hint_faults` Records how many NUMA hinting faults were trapped. - `numa_hint_faults_local` Shows how many of the hinting faults were to local nodes. Essentially,...