summaryrefslogtreecommitdiff
path: root/yjit_iface.h
AgeCommit message (Expand)Author
2021-10-20Code review for expandarray and testsKevin Newton
2021-10-20Implement expandarrayKevin Deisz
2021-10-20Remove seven YJIT counters that are no longer used.Noah Gibbs
2021-10-20Convert yjit static stat variables to countersNoah Gibbs
2021-10-20Add a macro for tweaking default call thresholdAlan Wu
2021-10-20Use builtin_inline_p to avoid pushing a frame for primitive C methods (#63)Maxime Chevalier-Boisvert
2021-10-20Implement send with blocksAlan Wu
2021-10-20Implement calls to methods with simple optional paramsAlan Wu
2021-10-20Improve set instance variableAaron Patterson
2021-10-20Merge pull request #114 from Shopify/yjit-dup-commentsMaxime Chevalier-Boisvert
2021-10-20YJIT: implement calls to ivar getter methodsAlan Wu
2021-10-20YJIT: Fancier opt_getinlinecacheAlan Wu
2021-10-20YJIT: add comments to disassemblyAlan Wu
2021-10-20Collect statistics about binding allocations / local variable setAaron Patterson
2021-10-20Fix GCC warningsAlan Wu
2021-10-20Track interpreter return as an exit reason for leave instrMaxime Chevalier-Boisvert
2021-10-20Introduce yjit_guard_known_klass()Alan Wu
2021-10-20Get rid of dependency on rb_call_cacheAlan Wu
2021-10-20YJIT: hash specialization for opt_arefAlan Wu
2021-10-20Exit reason breakdown for opt_arefAlan Wu
2021-10-20YJIT: lazy polymorphic getinstancevariableAlan Wu
2021-10-20Include ruby/ruby.h before vm_core.hAlan Wu
2021-10-20Make Blocks depend on BOPSAaron Patterson
2021-10-20Yet Another Ruby JIT!Jose Narvaez