Comment on Descent into Darkness: Understanding your system’s ABI is the only way outComments−Estragon16yTL;DR: Slides from a talk describing how to rewrite the Ruby VM in memory while it is running in order to collect garbage which Ruby is not clever enough to collect for itself.Yes, it sounds masochistic to me, too.−crux_16yNitpicky correction: It doesn't do any garbage collection; it helps you figure out where you are leaking references.−scott_s16yExcept that it's wrapped up in a nice Ruby library, so you can benefit from someone else's masochism to get runtime memory stats on your own programs.
Comments
TL;DR: Slides from a talk describing how to rewrite the Ruby VM in memory while it is running in order to collect garbage which Ruby is not clever enough to collect for itself.
Yes, it sounds masochistic to me, too.
Nitpicky correction: It doesn't do any garbage collection; it helps you figure out where you are leaking references.
Except that it's wrapped up in a nice Ruby library, so you can benefit from someone else's masochism to get runtime memory stats on your own programs.