]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #35189 - mLuby:patch-1, r=steveklabnik
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 5 Aug 2016 14:12:55 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2016 14:12:55 +0000 (16:12 +0200)
commit6e5e7e2ea065967d73b2b6466ce5da2b24d41a6c
treee5953cf03989d20b5e014d77a767a63cafce7d5b
parent8a923d48e27a22918cdddd9ec21227ac211ad815
parentd90c16625f932a4e08a56c1f2f131d8c5ce1214c
Rollup merge of #35189 - mLuby:patch-1, r=steveklabnik

Update the-stack-and-the-heap.md

Was surprised to learn that heaps were used in this way, then realized upon reading [the linked paper](http://www.cs.cmu.edu/afs/cs/academic/class/15213-f98/doc/dsa.pdf) that it's a totally different type of heap—an important distinction.