class SyntaxTree::YARV::InstructionSequence::InstructionList

When the list of instructions is first being created, it’s stored as a linked list. This is to make it easier to perform peephole optimizations and other transformations like instruction specialization.