aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.c
Commit message (Expand)AuthorAgeFilesLines
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-9/+3
* YJIT: Fix incomplete invalidation from opt_setinlinecacheAlan Wu2021-12-061-1/+1
* YJIT: Add ivar counter exitseileencodes2021-12-031-0/+1
* YJIT: Fail gracefully while OOM for new entry pointsAlan Wu2021-12-011-0/+1
* YJIT: Add ability to exit to interpreter from stubsAlan Wu2021-11-261-0/+2
* YJIT: Implement new struct accessors (#5161)John Hawthorn2021-11-251-0/+3
* YJIT: Support kwargs sends with all defaults (#5067)John Hawthorn2021-11-011-1/+0
* Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu2021-10-251-2/+33
* YJIT: check machine arch before enablingAlan Wu2021-10-201-3/+3
* Feedback, tests, and rebase for kwargsKevin Newton2021-10-201-0/+5
* Move YJIT internal macros away from yjit.h. Tweak styleAlan Wu2021-10-201-0/+19
* Put YJIT into a single compilation unitAlan Wu2021-10-201-0/+132