Age | Commit message (Expand) | Author |
---|---|---|
2023-03-05 | Split responsibilities differently | Takashi Kokubun |
2023-03-05 | Move modules around | Takashi Kokubun |
2023-03-05 | Compile a real return value | Takashi Kokubun |
2023-03-05 | Implement a no-op JIT compiler | Takashi Kokubun |
2023-03-05 | Prepare a JIT buffer | Takashi Kokubun |
2023-03-05 | Prepare for compiling an ISEQ | Takashi Kokubun |
2022-12-25 | MJIT: Fix JIT code for multiple values in a single case | Takashi Kokubun |
2022-12-22 | Remove MJIT's private constants from docs [ci skip] | Takashi Kokubun |
2022-12-21 | Put RubyVM::MJIT::Compiler under ruby_vm directory (#6989) | Takashi Kokubun |