GC: two major pain point the compiler/druntime can help with

Kagamin spam at here.lot
Fri May 24 10:09:29 UTC 2024


On Tuesday, 21 May 2024 at 12:34:34 UTC, Richard (Rikki) Andrew 
Cattermole wrote:
> Does this also apply to immutable typed data?

FWIW
```
immutable int[] a=[0,1];
```
this array goes to .data section.


More information about the Digitalmars-d mailing list