summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-05Implement invalidation after cfuncTakashi Kokubun
2023-03-05Partially implement send of cfuncTakashi Kokubun
2023-03-05Delay CFP motion a littleTakashi Kokubun
2023-03-05Use fewer comments on frame pushTakashi Kokubun
2023-03-05Delay SP motion a littleTakashi Kokubun
2023-03-05Adjust the interface of jit_push_frameTakashi Kokubun
2023-03-05Support more types in jit_guard_known_classTakashi Kokubun
2023-03-05Implement stackoverflow checkTakashi Kokubun
2023-03-05Check interrupts on jump and branchunlessTakashi Kokubun
2023-03-05Implement jumpTakashi Kokubun
2023-03-05Re-enable opt_aref with HashTakashi Kokubun
2023-03-05Fix the operand for branchunlessTakashi Kokubun
2023-03-05Implement popTakashi Kokubun
2023-03-05Initial support for setivarTakashi Kokubun
2023-03-05Implement dupTakashi Kokubun
2023-03-05Skip Hash on opt_aref for nowTakashi Kokubun
2023-03-05Implement attr_readerTakashi Kokubun
2023-03-05Deal with too slow testTakashi Kokubun
2023-03-05Count unsupported method typesTakashi Kokubun
2023-03-05Refactor recv_opndTakashi Kokubun
2023-03-05Delegate opt insns to opt_send as much as possibleTakashi Kokubun
2023-03-05Implement opt_aref for HashTakashi Kokubun
2023-03-05Implement jit_guard_known_classTakashi Kokubun
2023-03-05Save PC and SP on entry exitTakashi Kokubun
2023-03-05Support SP motion in all insnsTakashi Kokubun
2023-03-05Implement getlocal_WC_1Takashi Kokubun
2023-03-05Implement jit_chain_guardTakashi Kokubun
2023-03-05Implement nopTakashi Kokubun
2023-03-05Implement counted exitsTakashi Kokubun
2023-03-05Implement non-embedded ivarsTakashi Kokubun
2023-03-05Implement getivarTakashi Kokubun
2023-03-05Allow reusing existing blocksTakashi Kokubun
2023-03-05Get rid of BlockStubTakashi Kokubun
2023-03-05Refactor callee with BranchStubTakashi Kokubun
2023-03-05Refactor jit_return with BranchStubTakashi Kokubun
2023-03-05Refactor BranchStubTakashi Kokubun
2023-03-05Add compiled_block_countTakashi Kokubun
2023-03-05Implement opt_plusTakashi Kokubun
2023-03-05Support passing argumentsTakashi Kokubun
2023-03-05Implement method callTakashi Kokubun
2023-03-05Initial implementation of sendTakashi Kokubun
2023-03-05Just write bytes normallyTakashi Kokubun
2023-03-05Support Mod 10 movTakashi Kokubun
2023-03-05Implement opt_minusTakashi Kokubun
2023-03-05Implement putobject 0/1Takashi Kokubun
2023-03-05Implement putselfTakashi Kokubun
2023-03-05Implement branch stubTakashi Kokubun
2023-03-05Support release buildTakashi Kokubun
2023-03-05Use the actual sp_offsetTakashi Kokubun
2023-03-05Fix broken statsTakashi Kokubun