doc/go_mem: define "control flow constructs" #54383
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
go/doc/go_mem.html
Line 124 in 6b80b62
I'm reading the Go memory model doc, and this part is not clear to me,
'''
the sequenced before relation, defined as the partial order requirements set out by the
Go language specification for Go's control flow constructs
as well as the order of evaluation for expressions
'''
It's not clear what exactly consist
Go's control flow constructs
.The link is a general link to the full language spec, but searching for "control flow constructs" in the language spec doesn't match anything.
It seems to indicate the expression and the "if/else" branch has some partial order, but this isn't obvious enough to be reflected when reading the memory model doc.
The text was updated successfully, but these errors were encountered: