-
I think this divide is completely avoidable if data structures just accept an allocator argument. That would also make it much easier to mix strategies. Sure, that might mean that builtin dynamic arra…
-
There are currently a fair number of dynamic allocations that can be eliminated, and GC allocations that can be moved to the C heap. Most of the API should be `@nogc`.
-
### Validations
- [X] I have checked for similar bug reports and could not find any.
- [X] I have tested and confirmed that this is an issue in an official branded build.
### Describe the bug
One t…
-
I have a reconciler that extends `KubernetesCRUDNoGCDependentResource`. The created dependent has the following annotations:
```
metadata:
annotations:
io.javaoperatorsdk/primary-name: my-…
-
### Validations
- [X] I have checked for similar bug reports and could not find any.
- [X] I have tested and confirmed that this is an issue in an official branded build.
### Describe the bug
I jus…
-
i.e. activate `-dip1008`
-
When NoGC runs out of memory, it panics in `NoGC::schedule_collection` with an `unreachable!()` macro. A recent PR https://github.com/mmtk/mmtk-core/pull/1175 attempts to moves the panicking earlier …
-
-
As the title says.
Do you get this feeling too? It feels closer to boost than it would to (older) C++ stl types. And just like boost, many of the components I don't feel comfortable touching becaus…
-
Are there any opportunities to optimise or improve the performance of these __debug functions?
They are extremely slow. I have a custom string type and if a struct contains a few strings, stepping fe…