mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Rollup merge of #30108 - bhargavrpatel:master, r=steveklabnik
This commit is contained in:
commit
e4ab0398ff
@ -109,7 +109,7 @@ stack frame. It grows upward, the more functions we call.
|
||||
|
||||
There are some important things we have to take note of here. The numbers 0, 1,
|
||||
and 2 are all solely for illustrative purposes, and bear no relationship to the
|
||||
actual numbers the computer will actually use. In particular, the series of
|
||||
address values the computer will use in reality. In particular, the series of
|
||||
addresses are in reality going to be separated by some number of bytes that
|
||||
separate each address, and that separation may even exceed the size of the
|
||||
value being stored.
|
||||
|
Loading…
Reference in New Issue
Block a user