May 01, 2022 Issues » [Issue 23075] New: global const string definitions should go in readonly segment | |||
|---|---|---|---|
| |||
...global const string definitions should go in readonly
segment
Product: D
Version: D2
Hardware: All... | |||
April 11, 2022 Learn » Re: Why do immutable variables need reference counting? | |||
|---|---|---|---|
| |||
...or immutable, where my access will be readonly. Perhaps you are saying the same thing... | |||
April 10, 2022 General » Re: Rebooting the __metada/__mutable discussion | |||
|---|---|---|---|
| |||
...immutable` values can always be put in readonly memory, simple story for CTFE accessing immutable... | |||
April 10, 2022 General » Re: Rebooting the __metada/__mutable discussion | |||
|---|---|---|---|
| |||
...major change, like not being really immutable, and therefore safe to put in readonly memory. | |||
December 18, 2021 LDC » Re: Building LDC for FreeBSD PowerPC64 | |||
|---|---|---|---|
| |||
...attribute: inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext byval dereferenceable(1) dereferenceable... | |||
November 29, 2021 General » Re: Which language constructs could be done as a library if we accept some breaking changes? | |||
|---|---|---|---|
| |||
...read-only (const) type constructor
type ReadOnly<T> = {
readonly [K in keyof T]: T[K... | |||
November 13, 2021 General » Re: Want reasonable reference counting? Disable automatic sharing of immutable | |||
|---|---|---|---|
| |||
Why? Just introduce ```readonly``` as a qualifier for unshared immutable and define ```immutable``` to be... | |||
April 25, 2021 Learn » Re: write once type? | |||
|---|---|---|---|
| |||
...to mimic it with class/struct (including readonly with C++) but it isn't same... | |||
April 01, 2021 Issues » [Issue 21756] Immutable array literals cause runtime GC allocation instead of static readonly section allocation | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21756 --- Comment #5 from Eyal <eyal@weka... | |||
April 01, 2021 Issues » [Issue 21756] Immutable array literals cause runtime GC allocation instead of static readonly section allocation | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21756 Mathias LANG <pro.mathias.lang@gmail... | |||
Copyright © 1999-2021 by the D Language Foundation