summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2023-10-05YJIT: Simplify linker flavor checkAlan Wu
2023-10-05YJIT: shink local types from 8 to 4 bytes (#8597)Maxime Chevalier-Boisvert
2023-10-05YJIT: Run bindgenAlan Wu
2023-10-05YJIT: Remove duplicate cfp->iseq accessorAlan Wu
2023-10-05YJIT: Avoid writing return value to memory in `leave`Alan Wu
2023-10-06Remove unmatch parenthesisNobuyoshi Nakada
2023-10-05YJIT: Build on BSD platforms with GNU make (#8591)Thomas Hurst
2023-10-04YJIT: Add a comment for YJIT_OPTIONS [ci skip]Takashi Kokubun
2023-10-04Use a better variable name for wTakashi Kokubun
2023-10-04Make the function names consistentTakashi Kokubun
2023-10-04YJIT: Move help descriptions to options.rsTakashi Kokubun
2023-10-03YJIT: Call mprotect after entry stub failure (#8582)Takashi Kokubun
2023-10-03YJIT: add heuristic to avoid compiling cold ISEQs (#8522)Maxime Chevalier-Boisvert
2023-10-03YJIT: Stop spilling temps on jit_prepare_routine_call (#8581)Takashi Kokubun
2023-09-29YJIT: Chain-guard opt_mult overflow (#8554)Takashi Kokubun
2023-09-29YJIT: Use registers for passing C method arguments (#8538)Takashi Kokubun
2023-09-29YJIT: Remove obsoleted jit_rb_int_mul (#8539)Takashi Kokubun
2023-09-15YJIT: Avoid creating a vector in get_temp_regs() (#8446)Takashi Kokubun
2023-09-15YJIT: Fix object movement bug in iseq guard for invokeblockAlan Wu
2023-09-15YJIT: Fix and enable the unused_imports warningAlan Wu
2023-09-14YJIT: Skip Insn::Comment and format! if disasm is disabled (#8441)Takashi Kokubun
2023-09-14YJIT: Remove UTF-8 BOM [ci skip]Alan Wu
2023-09-14YJIT: Plug native stack overflowAlan Wu
2023-09-14YJIT: Initialize Vec with capacity for iterators (#8439)Takashi Kokubun
2023-09-14YJIT: Initialize Assembler vectors with capacity (#8437)Takashi Kokubun
2023-09-13YJIT: Skip adding past_page_bytes for past pages (#8433)Takashi Kokubun
2023-09-13YJIT: Make yjit_alloc_size available by default (#8426)Takashi Kokubun
2023-09-13YJIT: Make compile_time_ns a default counter (#8425)Takashi Kokubun
2023-09-12YJIT: Add compilation time counter (#8417)Takashi Kokubun
2023-09-12Make Kernel#lambda raise when given non-literal blockAlan Wu
2023-09-07Add `String#getbyte` YJIT implementation (#8397)Ian Candy
2023-09-07YJIT: Decrease IVAR_MAX_DEPTH to 8 (#8398)Takashi Kokubun
2023-09-07YJIT: Decrease SEND_MAX_DEPTH to 5 (#8390)Takashi Kokubun
2023-09-07Remove function call for String#bytesize (#8389)Aaron Patterson
2023-09-06YJIT: Different comment when only setting ec->cfp [ci skip]Alan Wu
2023-09-06YJIT: Make compiled_* stats available by default (#8379)Takashi Kokubun
2023-09-05YJIT: Silence Clippy for bindgen generated codeAlan Wu
2023-08-31YJIT: Handle getblockparamproxy with ifuncJohn Hawthorn
2023-08-30YJIT: shrink Context from 29 to 21 bytes by reducing space used by TempMappin...Maxime Chevalier-Boisvert
2023-08-28YJIT: Remove Type::CArray and limit use of Type::CStringAlan Wu
2023-08-24YJIT: Refactor to use Option<BlockHandler> in SpecValAlan Wu
2023-08-24YJIT: Move block handler SpecVal variants into BlockHandlerAlan Wu
2023-08-23YJIT: Implement VM_CALL_ARGS_BLOCKARG with Proc for ISeq callsAlan Wu
2023-08-23Fix guard-heap upgrades (#8264)Aaron Patterson
2023-08-22YJIT: x64: Split mem-to-mem Insn::Store like Insn::MovAlan Wu
2023-08-21YJIT: Remove unnecessary roundtrip conversionAlan Wu
2023-08-18YJIT: Quiet mode when running with `--yjit-stats` (#8251)ywenc
2023-08-18YJIT: Fix return type of Integer#/ with T_FIXNUM inputsAlan Wu
2023-08-18YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert
2023-08-17YJIT: Fix String#<< return typeAlan Wu