summaryrefslogtreecommitdiff
path: root/bootstraptest/test_yjit.rb
AgeCommit message (Expand)Author
2022-01-30merge revision(s) 5414de4b6e4372af832e338f8eb7a9fe8de17c84: [Backport #18453]NARUSE, Yui
2021-12-17YJIT: Fix check for required kwargsJohn Hawthorn
2021-12-17YJIT: Allow iseq with both opt and kwargsJohn Hawthorn
2021-12-14YJIT: Fix unexpected truncation when outputing VALUEAlan Wu
2021-12-08YJIT: Fix leak in compilation loopAlan Wu
2021-12-07YJIT: Remove guard_self_is_heap()Alan Wu
2021-12-06YJIT: Fix incomplete invalidation from opt_setinlinecacheAlan Wu
2021-12-04YJIT: Enable out of memory testsAlan Wu
2021-12-01YJIT: Fail gracefully while OOM for new entry pointsAlan Wu
2021-11-26YJIT: Add ability to exit to interpreter from stubsAlan Wu
2021-11-25YJIT: Implement new struct accessors (#5161)John Hawthorn
2021-11-22YJIT: Make block invalidation more robustAlan Wu
2021-11-19Add YJIT codegen for objtostring (#5149)Adam Hess
2021-11-05YJIT: Support iseq sends with mixed kwargs (#5082)John Hawthorn
2021-11-01YJIT: Support kwargs sends with all defaults (#5067)John Hawthorn
2021-10-27YJIT: Support newhash with values (#5029)John Hawthorn
2021-10-25YJIT: Implement duphash (#5009)Ian C. Anderson
2021-10-23allow to access ivars of classes/modulesKoichi Sasada
2021-10-22Fix simple test on platforms where compaction is not supportedAlan Wu
2021-10-21YJIT: don't compile attr_accessor methods when tracing (#4998)Alan Wu
2021-10-20Do kwarg shuffle after checking for interruptsAlan Wu
2021-10-20Extract yjit_force_iv_index and make it work when object is frozenAlan Wu
2021-10-20More simple bootstrap tests for kwargsKevin Newton
2021-10-20Feedback, tests, and rebase for kwargsKevin Newton
2021-10-20Get kwargs reordering workingKevin Newton
2021-10-20Add specialization for String#to_s on plain stringsAlan Wu
2021-10-20Reconstruct interpreter state before calling rb_ivar_get()Alan Wu
2021-10-20Implement invokebuiltinJohn Hawthorn
2021-10-20Fix opt_aset comptime_key checkJohn Hawthorn
2021-10-20Fix opt_eq for overridden equalityJohn Hawthorn
2021-10-20String and fixnum equalityJohn Hawthorn
2021-10-20Exit when the object is frozenAaron Patterson
2021-10-20Additional invokesuper testsJohn Hawthorn
2021-10-20Add a small test for the code GCMaxime Chevalier-Boisvert
2021-10-20fix typoAlan Wu
2021-10-20TracePoint supportAlan Wu
2021-10-20Detach mapping to local in ctx_set_local_typeJohn Hawthorn
2021-10-20Save PC and SP before accessing globalsAlan Wu
2021-10-20Add setglobal to yjiteileencodes
2021-10-20Add getglobal to yjiteileencodes
2021-10-20Clear JIT code when tracepoints get enabledAaron Patterson
2021-10-20Add a guard that we start executing on the first PCAaron Patterson
2021-10-20Ensure we guard the value before we returnKevin Newton
2021-10-20Code review for expandarray and testsKevin Newton
2021-10-20Implement splatarrayKevin Newton
2021-10-20Implement opt_divKevin Deisz
2021-10-20Implement opt_multKevin Deisz
2021-10-20Add FLONUM detectionJohn Hawthorn
2021-10-20Support guards against symbols and integersJohn Hawthorn
2021-10-20Add tests, comments, and an assert for invokesuperAlan Wu