Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename --jit to --mjit (#5248) | Takashi Kokubun | 2021-12-13 | 1 | -9/+3 |
* | YJIT: Fix incomplete invalidation from opt_setinlinecache | Alan Wu | 2021-12-06 | 1 | -1/+1 |
* | YJIT: Add ivar counter exits | eileencodes | 2021-12-03 | 1 | -0/+1 |
* | YJIT: Fail gracefully while OOM for new entry points | Alan Wu | 2021-12-01 | 1 | -0/+1 |
* | YJIT: Add ability to exit to interpreter from stubs | Alan Wu | 2021-11-26 | 1 | -0/+2 |
* | YJIT: Implement new struct accessors (#5161) | John Hawthorn | 2021-11-25 | 1 | -0/+3 |
* | YJIT: Support kwargs sends with all defaults (#5067) | John Hawthorn | 2021-11-01 | 1 | -1/+0 |
* | Strip out YJIT at build time when unsupported or disabled (#5003) | Alan Wu | 2021-10-25 | 1 | -2/+33 |
* | YJIT: check machine arch before enabling | Alan Wu | 2021-10-20 | 1 | -3/+3 |
* | Feedback, tests, and rebase for kwargs | Kevin Newton | 2021-10-20 | 1 | -0/+5 |
* | Move YJIT internal macros away from yjit.h. Tweak style | Alan Wu | 2021-10-20 | 1 | -0/+19 |
* | Put YJIT into a single compilation unit | Alan Wu | 2021-10-20 | 1 | -0/+132 |