Age | Commit message (Expand) | Author |
---|---|---|
2024-11-26 | Optimize instructions when creating an array just to call `include?` (#12123) | Randy Stauner |
2024-05-23 | Introduce a specialize instruction for Array#pack | Nobuyoshi Nakada |
2023-04-18 | Emit special instruction for array literal + .(hash|min|max) | Aaron Patterson |
2023-03-06 | Stop exporting symbols for MJIT | Takashi Kokubun |
2022-12-17 | Use a BOP for Hash#default | John Hawthorn |
2022-12-12 | Fix parens on LIKELY in basic operators | John Hawthorn |
2022-12-06 | Introduce BOP_CMP for optimized comparison | Daniel Colson |
2022-12-06 | Move BOP macros to separate file | Daniel Colson |