Skip to content

Commit 2d1ca83

Browse files
authored
Fixed relative links in Memory-model.md (#79785)
1 parent 1ded0ee commit 2d1ca83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/specs/Memory-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The ordering side-effects of reference assignment should not be used for general
141141

142142
There was a lot of ambiguity around the guarantees provided by object assignments. Going forward the runtimes will only provide the guarantees described in this document.
143143

144-
_It is believed that compiler optimizations do not violate the ordering guarantees in sections about [data-dependent reads](~#data-dependent-reads-are-ordered) and [object assignments](~#object-assignment), but further investigations are needed to ensure compliance or to fix possible violations. That is tracked by the following issue:_ https://github.com/dotnet/runtime/issues/79764
144+
_It is believed that compiler optimizations do not violate the ordering guarantees in sections about [data-dependent reads](#data-dependent-reads-are-ordered) and [object assignments](#object-assignment), but further investigations are needed to ensure compliance or to fix possible violations. That is tracked by the following issue:_ https://github.com/dotnet/runtime/issues/79764
145145

146146
## Instance constructors
147147
.NET runtime does not specify any ordering effects to the instance constructors.

0 commit comments

Comments
 (0)