From: Robert Dober Date: 2009-04-07T04:27:50+09:00 Subject: Re: Running ruby1.9 bytecode On Mon, Apr 6, 2009 at 2:48 PM, James Coglan wrote: > 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. Quoting from the Pickaxe book no, because the bytecode verifier is not ready yet, that seems the only missing bit. HTH Robert > > -- > James Coglan > http://github.com/jcoglan > -- There are some people who begin the Zoo at the beginning, called WAYIN, and walk as quickly as they can past every cage until they get to the one called WAYOUT, but the nicest people go straight to the animal they love the most, and stay there. ~ A.A. Milne (from Winnie-the-Pooh)