How to generate bytecode in Ruby 1.9?

一个人想着一个人 提交于 2019-12-24 05:49:10

问题


How can I generate byetcode from Ruby 1.9??

My intent is to generate bytecode not the source code and ship it along with my application package. I am aware of the JRuby approach but I am facing certain issues there


回答1:


Call BCEL library from JRuby. BCEL library is shipped with JDK.



来源:https://stackoverflow.com/questions/4014016/how-to-generate-bytecode-in-ruby-1-9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!