/missing/

e='2023-07-13 18:14:43 -0400'>2023-07-13YJIT: Make ratio_in_yjit always available (#8064)Takashi Kokubun 2023-07-12Remove an unused `#if 0` codeTakashi Kokubun 2023-07-11Remove obsoleted USE_INSNS_COUNTER macro for nowTakashi Kokubun 2022-11-16Using UNDEF_P macroS-H-GAMELINKS 2022-10-19Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov 2022-07-21Expand tabs [ci skip]Takashi Kokubun 2021-10-20Cleanup diff against upstream. Add commentsAlan Wu 2021-10-20Try to convince get better code out of ClangAlan Wu 2021-08-09Suppress unused-function warning when OPT_THREADED_CODE != 1Nobuyoshi Nakada 2021-05-04Fix trivial -Wundef warningsBenoit Daloze 2020-08-14Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi 2020-07-10RUBY_CONST_ASSERT: use STATIC_ASSERT instead卜部昌平 2019-12-28Add VM insns counter like debug_counter (#2789)Takashi Kokubun 2018-03-04vm_exec.c: reduced repeated same callsnobu 2017-10-27catch up recent changes for call threaded code VM.ko1 2017-10-27vm_exec_core() accepts `ec` instead of `th`.ko1 2017-10-26Use rb_execution_context_t instead of rb_thread_tko1 2017-10-23Drop to support NaCl platform.hsbt 2017-06-28move fields to ec.ko1 2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal 2016-11-05* vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_....ko1 2015-07-23* vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko1 2014-08-12* vm_exec.c: improve performance in ppc64 arch.hsbt