summaryrefslogtreecommitdiff
path: root/imemo.c
AgeCommit message (Expand)Author
2024-12-19Don't unpoison the CC in vm_ccs_freePeter Zhu
2024-12-19Fix use-after-free in vm_ccs_free()Alan Wu
2024-12-19Prefix asan_poison_object with rbPeter Zhu
2024-11-25Place all non-default GC API behind USE_SHARED_GCMatt Valentine-House
2024-09-10Use rb_id_table_foreach_values for marking CC tablePeter Zhu
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu
2024-06-18Mark the class on orphan call cachesAaron Patterson
2024-06-03Avoid unnecessary writes to imemo_env during GCJohn Hawthorn
2024-04-26[Universal parser] Decouple IMEMO from rb_ast_tHASUMI Hitoshi
2024-04-18Implement equality for CI comparison when CC searchingAaron Patterson
2024-04-15[Universal parser] DeVALUE of p->debug_lines and ast->body.script_linesHASUMI Hitoshi
2024-03-01Remove pointer check in vm_ccs_freePeter Zhu
2024-02-27Remove pointer check in moved_or_living_object_strictly_pPeter Zhu
2024-02-22Remove unused variable in imemo.cPeter Zhu
2024-02-22Extract imemo functions from gc.c into imemo.cPeter Zhu