Originally posted to Ruby Talk, trying my luck here to see if it gets a response: ---------- Forwarded message ---------- From: James Coglan <jcoglan / googlemail.com> Date: 2009/4/6 Subject: Running ruby1.9 bytecode To: ruby-talk ML <ruby-talk / ruby-lang.org> Hi all, I just found out about the VM::InstructionSequence.compile method for turning Ruby code strings into ruby1.9 bytecode. Is there a standard method of de/serializing this bytecode to/from files, and is there a way of running bytecode directly? I'm looking at generating bytecode from another language to get it to run on Ruby. -- James Coglan http://github.com/jcoglan