summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-20Update ruby.cMaxime Chevalier-Boisvert
2021-10-20Exit if YJIT and MJIT are both enabledAaron Patterson
2021-10-20Prevent stats being enabled late at run-timeMaxime Chevalier-Boisvert
2021-10-20Exit when the object is frozenAaron Patterson
2021-10-20Add a write barrier to ivar setAaron Patterson
2021-10-20Implement setivar method callseileencodes
2021-10-20Allow calling variadic cfuncs with many argsJohn Hawthorn
2021-10-20Add codegen for rb_true and rb_falseJohn Hawthorn
2021-10-20Allow special case of expandarray with nilJohn Hawthorn
2021-10-20Shave a few instructions off of leaveAlan Wu
2021-10-20Use reg1 in GEN_COUNTER_INC to avoid clobbering RAXAlan Wu
2021-10-20Implement newrangeJohn Hawthorn
2021-10-20Additional invokesuper testsJohn Hawthorn
2021-10-20Implement invokesuper using cfp->ep[ME] checkJohn Hawthorn
2021-10-20Store block callee_cme in darrayJohn Hawthorn
2021-10-20Add a small test for the code GCMaxime Chevalier-Boisvert