From: Julian Leviston Date: 2013-03-30T00:25:46+09:00 Subject: Re: Ruby 2.0 bytecode export / import On 29/03/2013, at 7:42 PM, Andras Horvath wrote: > Julian Leviston wrote in post #1103591: >> Why don't you use jRuby and set the warbler to compile? >> >> Julian > > Thanks for the tip. Unfortunately I can't seem to find a good > documentation as of how to use it properly. > > But I also found this topic from here: > http://www.ruby-forum.com/topic/154854#684667 > > Anyway, I will rather enable too the load function of > rb_define_singleton_method and recompile the interpreter. Seems an > easier way to go for me now. > > -- > Posted via http://www.ruby-forum.com/. > Read this: https://github.com/jruby/warbler Especially the parts about compiled :P Julian