summaryrefslogtreecommitdiff
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* Remove unused rb_shape_flag_shift and rb_shape_flag_maskJemma Issroff2022-12-022-8/+0
* Fixed yjit bindings rb_gc_write_barrierJemma Issroff2022-12-021-0/+3
* Extracted rb_shape_id_offsetJemma Issroff2022-12-023-6/+10
* Update yjit/src/codegen.rsMaxime Chevalier-Boisvert2022-12-021-1/+0
* make flag clearing betterAaron Patterson2022-12-021-5/+6
* only generate wb when we really need toAaron Patterson2022-12-021-23/+29
* bail on compilation if the comptime receiver is frozenAaron Patterson2022-12-024-0/+14
* do not fire the wb when writing immediatesAaron Patterson2022-12-021-1/+14
* implement IV writesAaron Patterson2022-12-024-21/+257
* YJIT: Make case-when optimization respect === redefinition (#6846)Alan Wu2022-12-023-2/+46
* YJIT: Change the default --yjit-call-threshold to 30 (#6850)Takashi Kokubun2022-12-021-1/+1
* YJIT: Respect destination num_bits on STUR (#6848)Takashi Kokubun2022-12-011-2/+7
* YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)Takashi Kokubun2022-12-013-5/+60
* YJIT: fix 32 and 16 bit register store (#6840)Jemma Issroff2022-12-013-2/+45
* YJIT: Optimize rb_int_equal (#6838)Takashi Kokubun2022-11-301-0/+31
* YJIT: add new counters for deferred compilation and queued blocks (#6837)Maxime Chevalier-Boisvert2022-11-302-0/+6
* YJIT: Deallocate `struct Block` to plug memory leaksAlan Wu2022-11-302-27/+71
* YJIT: Deallocate when assumptions tables are emptyAlan Wu2022-11-301-0/+28
* YJIT: Fix IseqPayload::pages memory bloatAlan Wu2022-11-301-1/+1
* YJIT: Skip checking interrupt_mask (#6825)Takashi Kokubun2022-11-291-6/+4
* MJIT: Use a String buffer in builtin compilersTakashi Kokubun2022-11-272-8/+1
* YJIT: rename `InsnOpnd` => `YARVOpnd` (#6801)Maxime Chevalier-Boisvert2022-11-242-10/+10
* YJIT: Use a Box for branch targets to save memoryAlan Wu2022-11-231-111/+114
* YJIT: Simplify Insn::CCall to obviate Target::FunPtr (#6793)Takashi Kokubun2022-11-233-28/+10
* YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun2022-11-233-24/+24
* YJIT: Stop passing target1 to gen_return_branchTakashi Kokubun2022-11-231-2/+2
* YJIT: Simplify code for RB_SPECIAL_CONST_P (#6795)Takashi Kokubun2022-11-231-13/+12
* Fix YJIT backend to account for unsigned int immediates (#6789)Jemma Issroff2022-11-233-6/+62
* YJIT: Skip padding jumps to side exits on Arm (#6790)Takashi Kokubun2022-11-227-47/+61
* YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun2022-11-211-1/+1
* YJIT: Improve the failure message on enlarging a branch (#6769)Takashi Kokubun2022-11-181-5/+8
* 32 bit comparison on shape idAaron Patterson2022-11-186-19/+31
* Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller2022-11-171-1/+1
* YJIT: Shrink version lists after mutation (#6749)Takashi Kokubun2022-11-161-0/+1
* YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun2022-11-164-5/+10
* YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun2022-11-162-0/+2
* YJIT: Stop wrapping CmePtr with CmeDependency (#6747)Takashi Kokubun2022-11-162-16/+12
* YJIT: Shrink the vectors of Block after mutation (#6739)Takashi Kokubun2022-11-162-19/+27
* YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)Takashi Kokubun2022-11-154-5/+30
* YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun2022-11-152-2/+8
* YJIT: Count getivar side exits by receiver flag changes (#6735)Takashi Kokubun2022-11-151-1/+2
* YJIT: Invalidate redefined methods only through cme (#6734)Takashi Kokubun2022-11-153-76/+7
* Implement LDURH on Aarch64Aaron Patterson2022-11-142-0/+36
* Remove USE_RVARGC codeAaron Patterson2022-11-142-4/+0
* YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun2022-11-133-1/+25
* YJIT: Remove unused src_ctx from Block (#6714)Takashi Kokubun2022-11-132-17/+5
* YJIT: Fix staying in invalidated code after proc callsAlan Wu2022-11-111-5/+2
* Enable --yjit-stats for release builds (#6694)Jimmy Miller2022-11-102-21/+11
* Remove numiv from RObjectJemma Issroff2022-11-101-8/+0
* Transition shape when object's capacity changesJemma Issroff2022-11-101-4/+5