Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > YARV Bytecode Documentation

Reply
Thread Tools

YARV Bytecode Documentation

 
 
Christoph Angerer
Guest
Posts: n/a
 
      05-15-2008
Hello *,

does anybody know any (if possible up-to-date)
documentation/specification of the Ruby 1.9 (YARV) bytecodes? The only
docs I could find are:

http://www.atdot.net/yarv/insnstbl.html (a simple table of the opcodes)

and

http://www.atdot.net/yarv/yarvarch.en.html (not much more than a table)

However, both sites seem to be outdated and are lacking some useful
explanations (e.g., what is the op_flag parameter for a send, and many
more); also the sourcecode of the VM itself seems to be totally
undocumented in that regard.

Help would be much appreciated! Thanks in advance,
Christoph
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Chiyuan Zhang
Guest
Posts: n/a
 
      05-15-2008
Hi, check out this one:
http://pluskid.lifegoo.com/upload/do...yarv_iset.html

It is generated from the current Ruby 1.9 source code, I described
it here:
http://pluskid.lifegoo.com/?p=296

On Thu, May 15, 2008 at 11:19 PM, Christoph Angerer
<> wrote:
> Hello *,
>
> does anybody know any (if possible up-to-date)
> documentation/specification of the Ruby 1.9 (YARV) bytecodes? The only
> docs I could find are:
>
> http://www.atdot.net/yarv/insnstbl.html (a simple table of the opcodes)
>
> and
>
> http://www.atdot.net/yarv/yarvarch.en.html (not much more than a table)
>
> However, both sites seem to be outdated and are lacking some useful
> explanations (e.g., what is the op_flag parameter for a send, and many
> more); also the sourcecode of the VM itself seems to be totally
> undocumented in that regard.
>
> Help would be much appreciated! Thanks in advance,
> Christoph
> --
> Posted via http://www.ruby-forum.com/.
>
>




--
pluskid

 
Reply With Quote
 
 
 
 
Christoph Angerer
Guest
Posts: n/a
 
      05-15-2008
thanks, that was exactly what I was searching for

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
YARV bytecode switch loop Carter Cheng Ruby 3 03-30-2011 02:01 PM
yarv and dbi jm Ruby 17 02-13-2005 07:01 PM
[ANN] YARV: Yet Another RubyVM 0.1.0 SASADA Koichi Ruby 2 01-10-2005 07:38 PM
Does anyone have benchmark programs for YARV? SASADA Koichi Ruby 17 12-08-2004 03:51 PM
Any YARV pre-questions in RubyConf2004? SASADA Koichi Ruby 19 09-29-2004 09:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57