Open digitalextremist opened 9 years ago
One recommendation that I have done is the past is to just use the JVM tooling for profiling. First hand experience will tell you that finding memory leaks with VisualVM is quite nice. Here is some more info: http://blog.headius.com/2010/07/browsing-memory-jruby-way.html
It seems all extension code is in C, for MRI/Rubinius. Are there any known ways to work around this, short of implementing Java bindings by some means?