Project

General

Profile

« Previous | Next » 

Revision c0cabc0a

Added by k0kubun (Takashi Kokubun) over 1 year ago

Dump annotations on RubyVM::ISeq.disasm (#9667)

Make it easier to check what annotations an ISEQ has. SINGLE_NOARG_LEAF
is added automatically, so it's hard to be sure about the annotation by
just reading code. It's also unclear to me what happens to it with
Primitive.mandatory_only?, but this at least explains that LEAF
annotation is not added to the non-mandatory_only ISEQ.