-
Create a revised overview of our GC that unifies the original writeup, lazy sweeping, and these latest changes for safely sharing objects between threads.
-
Question: does RaptorJIT need a new garbage collector? Why? Why not?
LuaJIT has a [design for a new garbage collector](http://wiki.luajit.org/New-Garbage-Collector). @corsix and @fsfod both have pa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Main git branch build segfaults at start suggesting there is a problem with the garbage co…
-
https://github.com/AlexModGuy/AlexsMobs/blob/0d7bea8f643bff978ff2b9e4690f3c2a1a514266/src/main/java/com/github/alexthe666/alexsmobs/event/ServerEvents.java#L109
This field holds ServerLevel instances…
-
Ideally, link against `musl` on `aarch64`, but Graal still has this nasty footnote:
https://www.graalvm.org/latest/reference-manual/native-image/metadata/Compatibility/
```
Mostly all Native Im…
-
Cannot attach created pvc volume to pod.
Storage made on 3 nodes with 1 nvme (same model, same vendor) disk/diskpool per node
Logs from agent core:
```
2024-11-21T12:53:24.517428Z ERROR cor…
-
I have recently read the article about Olipan: https://v8.dev/blog/oilpan-library.
It might be worthwhile investigating if it's something we could use inside Node.js C++ internals to simplify some …
-
Arena is a way to allocate a bulk of memory beforehand that is not visible to garbage collector and thus 1) allows for lesser stop-the-worlds 2) require manual management
Nevalang programs are mess…
-
The plan for the garbage collector is to be generational, copying collector. The old generation will use Immix style mark region collector, which Jon Harrop calls a [breakthrough in gc design](https:/…
-
### Description
**What problem are you trying to solve?**
- Due to a node lease leak caused by https://github.com/kubernetes/kubernetes/issues/109777, karpenter has implemented a lease garbage colle…