Takashi Kokubun bd4de1245f
Explicitly declare VM instruction dependencies (#14509)
instead of mutating RubyVM::Instructions and letting the order of
`require` impact its behavior.

Now that we have both RubyVM::TraceInstruction and
RubyVM::ZJITInstruction, it feels too much of a tight coupling to rely
on `require` to be ordered properly.
2025-09-10 14:18:44 -07:00
..