-
While testing `cxx` with https://github.com/duneroadrunner/SaferCPlusPlus we I'm getting this errors (while g++-9.4 parse it fine):
```
cxx SaferCPlusPlus/examples/msetl_example/msetl_example.cpp -f…
-
#6566 introduced suppressions to allow being compatible with newer versions of Error Prone. But we should spend some time to see if we could tweak the code so that the suppressions would be unnecessar…
-
While implementing a [lock-free-queue](https://github.com/ConorWilliams/libfork/blob/main/include/libfork/core/ext/deque.hpp) I noticed that the `pop` function was about twice as slow on clang vs gcc.…
-
I've noticed that recent webui operations are taking up a lot of CPU resource on Windows.
Even a very simple `examples/C/minimal` project shows high CPU resource consumption.
Maybe the mutex inside …
-
### Describe the bug
In `ostd::sync::RwLock`, the `try_read()` method modifies the lock state non-atomically by first incrementing the reader count and, if unsuccessful, decrementing it. This creat…
-
This is a follow-up of !998 now that we have a better idea of what a design for enabling and disabling IRQs will look like. Currently, the most recent version of the patch series we have for interrupt…
Lyude updated
3 weeks ago
-
### Validation
- [X] I've read the [FAQ](https://github.com/xenia-canary/xenia-canary/wiki/FAQ).
- [X] The Xenia build used is from a canary branch. (not MLBS/AlexVS/master/pull requests, etc)
- …
-
# Bug report
### Bug description:
Currently, pycore_pythread.h contains:
```c
typedef unsigned long long PyThread_ident_t;
```
and pycore_lock.h contains:
```c
typedef struct {
PyMutex mutex;
…
-
`ScopeGuard` doesn't say what it's guarding (like, e.g., `std::lock_guard` does).
-
### Discussed in https://github.com/exult/exult/discussions/376
Originally posted by **Zhelkas** July 29, 2023
-In the Yew jail, Goth the guard sleeps on the empty cot in the prison cell. G…