summaryrefslogtreecommitdiff
path: root/mjit_c.h
AgeCommit message (Expand)Author
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-05Implement struct arefTakashi Kokubun
2023-03-05Implement bmethodTakashi Kokubun
2023-03-05Implement optimized callTakashi Kokubun
2023-03-05Implement proxy blockargTakashi Kokubun
2023-03-05Implement nil blockargTakashi Kokubun
2023-03-05Implement cref on opt_getconstant_pathTakashi Kokubun
2023-03-05Implement protectedTakashi Kokubun
2023-03-05Implement getblockparamproxyTakashi Kokubun
2023-03-05Support non-T_OBJECTs in getivarTakashi Kokubun
2023-03-05Implement new ivars on setivarTakashi Kokubun
2023-03-05Optimize setivar for known ivar indexTakashi Kokubun
2023-03-05Increase max depth for chain guardsTakashi Kokubun
2023-03-05Implement known class guard for flonumTakashi Kokubun
2023-03-05Implement opt_pcTakashi Kokubun
2023-03-05Start implementing sendTakashi Kokubun
2023-03-05Fix invokesuper for railsbenchTakashi Kokubun
2023-03-05Implement invokesuperTakashi Kokubun
2023-03-05Implement optimized sendTakashi Kokubun
2023-03-05Count optimized method typesTakashi Kokubun
2023-03-05Implement duparray and expandarrayTakashi Kokubun
2023-03-05Count opt_getconstant_path exit reasonsTakashi Kokubun
2023-03-05Side-exit on cfunc with -2 argcTakashi Kokubun
2023-03-05Implement opt_eq and opt_neqTakashi Kokubun
2023-03-05Implement Array#[]Takashi Kokubun
2023-03-05Do not compile C calls when C tracing is enabledTakashi Kokubun
2023-03-05Partially implement send of cfuncTakashi 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-05Skip Hash on opt_aref for nowTakashi Kokubun
2023-03-05Implement attr_readerTakashi Kokubun
2023-03-05Count unsupported method typesTakashi Kokubun
2023-03-05Implement opt_aref for HashTakashi Kokubun
2023-03-05Implement jit_guard_known_classTakashi Kokubun
2023-03-05Implement jit_chain_guardTakashi Kokubun
2023-03-05Implement counted exitsTakashi Kokubun
2023-03-05Implement getivarTakashi Kokubun
2023-03-05Add compiled_block_countTakashi Kokubun
2023-03-05Support passing argumentsTakashi Kokubun
2023-03-05Carve out CodeBlockTakashi Kokubun
2023-03-05Implement --mjit-statsTakashi Kokubun
2023-03-05Implement a no-op JIT compilerTakashi Kokubun
2022-12-10MJIT: Compile methods in batches (#6900)Takashi Kokubun
2022-12-08MJIT: Convert compact_p flag to an enumTakashi Kokubun
2022-12-07MJIT: Remove Windows-specific codeTakashi Kokubun
2022-11-29MJIT: Merge mjit_unit.h into mjit_c.hTakashi Kokubun
2022-11-28MJIT: Merge exivar guards as wellTakashi Kokubun
2022-11-28MJIT: Remove an unused fieldTakashi Kokubun
2022-11-28MJIT: Get rid of is_entries copyTakashi Kokubun