We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321bebf commit bf5e1c4Copy full SHA for bf5e1c4
src/mir/index.md
@@ -44,7 +44,8 @@ This section introduces the key concepts of MIR, summarized here:
44
leading underscore, like `_1`. There is also a special "local"
45
(`_0`) allocated to store the return value.
46
- **Places:** expressions that identify a location in memory, like `_1` or
47
- `_1.f`.
+ `_1.f`. (Some people call these "lvalues"; the "l" meaning that they occur on
48
+ the left-hand side of an assignment.)
49
- **Rvalues:** expressions that produce a value. The "R" stands for
50
the fact that these are the "right-hand side" of an assignment.
51
- **Operands:** the arguments to an rvalue, which can either be a
0 commit comments