| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-10 | Explicitly declare VM instruction dependencies (#14509) | Takashi Kokubun | |
| 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 | Rename VM instruction classes to singular names (#14507) | Takashi Kokubun | |
