summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-20Update README.mdMaxime Chevalier-Boisvert
2021-10-20Add test for setlocalJohn Hawthorn
2021-10-20Implement generic setlocalJohn Hawthorn
2021-10-20Extract gen_get_epJohn Hawthorn
2021-10-20Fix opt_aset comptime_key checkJohn Hawthorn
2021-10-20Rearrange stats printout for consistencyMaxime Chevalier-Boisvert
2021-10-20Add counters for tracking invalidationsAlan Wu
2021-10-20Expand tabsAlan Wu
2021-10-20Update yjit_codegen.cMaxime Chevalier-Boisvert
2021-10-20Remove vm_opt_asetJohn Hawthorn
2021-10-20Specialize based on types of opt_asetJohn Hawthorn
2021-10-20Compile out declaration for runtime stats on non stats buildsAlan Wu
2021-10-20Don't store cfp->pc when doing iseq callsAlan Wu
2021-10-20No need to do ec->cfp = reg_cfp on exitsAlan Wu
2021-10-20Update suggested ./configure in READMEMaxime Chevalier-Boisvert
2021-10-20Fix warnings about redefining YJIT_STATSAlan Wu
2021-10-20Add missing percent sign in printoutMaxime Chevalier-Boisvert
2021-10-20Add tests against side exits for non-fixnumJohn Hawthorn
2021-10-20Check for comptime fixnum in gen_fixnum_cmpJohn Hawthorn
2021-10-20Check for comptime fixnums in opt_and and opt_orJohn Hawthorn
2021-10-20Check for comptime integers in opt_plus and opt_minusJohn Hawthorn
2021-10-20Move forward declaration upJohn Hawthorn
2021-10-20Fix misplaced ivar_set_method exit counterMaxime Chevalier-Boisvert
2021-10-20Include errno message in mmap failure outputJean Boussier
2021-10-20Skip opt_case_dispatchJohn Hawthorn
2021-10-20Add comments to getspecialJohn Hawthorn
2021-10-20Add comments for new functionAaron Patterson
2021-10-20only compile for T_OBJECT typesAaron Patterson
2021-10-20Refactor attrset to use a functionAaron Patterson
2021-10-20Fix opt_eq for overridden equalityJohn Hawthorn
2021-10-20Revert "disable yjit when testing mjit"Aaron Patterson
2021-10-20is this right?Aaron Patterson
2021-10-20Don't check MJIT if it's not enabledAaron Patterson
2021-10-20Disable YJIT by default if MJIT_FORCE_ENABLE is onAaron Patterson
2021-10-20disable MJIT when --enable-all is setAaron Patterson
2021-10-20Implement getspecialJohn Hawthorn
2021-10-20Fix avg_len_in_yjitAlan Wu
2021-10-20Deduplicate side exitsAlan Wu
2021-10-20Info for Fedora and choosing C compilerBenson Muite
2021-10-20Add rb_darray_clear() for Kevin. Fix some warnings.Maxime Chevalier-Boisvert
2021-10-20Add fixes for feedbackAaron Patterson
2021-10-20Use C_ARG_REGS earlierJohn Hawthorn
2021-10-20Add tests against opt_eq side exitsJohn Hawthorn
2021-10-20Remove rb_opt_equality_specializedJohn Hawthorn
2021-10-20String and fixnum equalityJohn Hawthorn
2021-10-20Use method dispatch for opt_eqJohn Hawthorn
2021-10-20Add jit_rb_obj_equalJohn Hawthorn
2021-10-20Count interpreter instructions when -DYJIT_STATS=1Alan Wu
2021-10-20Update README.mdMaxime Chevalier-Boisvert
2021-10-20disable yjit when testing mjitAaron Patterson