Slide 4
Slide 4 text
How memory works
4
Wednesday, December 14, 11
quick recap, stack. dynamically allocated memory is done in the heap. that means, it lives
between function calls. now, in ruby, all memory is allocated on the heap (even local
variables): http://timetobleed.com/garbage-collection-slides-from-la-ruby-conference/