tmm1 / rbtrace

like strace, but for ruby code
MIT License
1.71k stars 65 forks source link

Workarounds for jRuby support? #44

Open digitalextremist opened 9 years ago

digitalextremist commented 9 years ago

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?

TheKidCoder commented 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