-
Hi, I was studying the lecture on epoch based garbage collection, the lecture proves that when retire an object at epoch **E**, it is safe to free the object at **E + 3** since the two "happens before…
-
Currently, a sampling decision is made at the start of a span and can't be changed afterwards.
Envoy sometimes un-samples a span, e.g. if the span belongs to a health-check, and this wasn't known a…
-
If any type containing a pointer is stored in the arena, the data it points to may be garbage collected if no other pointers exist because the GC cannot know about those pointers as the slabs are allo…
-
These methods are currently allowed to return any value:
https://github.com/gtk-rs/gtk4-rs/blob/fb59005041d06bc275de3ff23a740395b6332c1e/gtk4/src/subclass/entry_buffer.rs#L18-L26
But GTK require…
-
### What it does
The general pattern of the code this should complain about is something like
```rust
let x = &(some expression that is stored in a temporary variable on the stack) as *const T;
```
…
-
I decided to give betterScale a go. Play around a bit, etc. Cloned the repo and ran ./setup.sh. I had some artifacts floating around the desktop, so I decided to back out and play around when I had…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
.NET 8.0.101, Android workload 34.0.52, Android NDK 26.1.10909125
### Description
He…
-
When l was testing hazard_pointer with script, only the "all_hazards_protected" test failed, but it sometimes success. I have no idea how to fix the bug, I don't know if this is the problem of my envi…
-
Hi,
I'm using Knossos to verify linearizability on a history generated by a distributed system that is, for now, modelling a register. The checker is reporting that the history is not linearizable…
-
### Location
`CStr::from_ptr`
### Summary
#95948 introduced incompatible changes to the `CStr` docs. Namely, the docs now require immutability for the whole lifetime of `'a`, instead of j…