summaryrefslogtreecommitdiff
path: root/yjit_core.h
AgeCommit message (Expand)Author
2021-10-20Add flag bits to avoid compiling stubs multiple times.Maxime Chevalier-Boisvert
2021-10-20Keep track of local types in the contextMaxime Chevalier-Boisvert
2021-10-20Add ctcx_stack_push_local()Maxime Chevalier-Boisvert
2021-10-20YJIT: adjust branch shape properly when target already existsAlan Wu
2021-10-20use ctx_stack_push_self()Maxime Chevalier-Boisvert
2021-10-20Part 1 of improved type tracking logicMaxime Chevalier-Boisvert
2021-10-20WIPMaxime Chevalier-Boisvert
2021-10-20Commit WIPMaxime Chevalier-Boisvert
2021-10-20First sketch at temp type mappingMaxime Chevalier-Boisvert
2021-10-20Get rid of dependency on rb_call_cacheAlan Wu
2021-10-20Yjit: rename context structAlan Wu
2021-10-20Yet Another Ruby JIT!Jose Narvaez