1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/yjit/src
2022-09-01 22:14:23 -04:00
..
asm Let --yjit-dump-disasm=all dump ocb code as well (#6309) 2022-09-01 11:55:39 -07:00
backend Allow comparing against 64-bit immediates on x86 (#6314) 2022-09-01 22:14:23 -04:00
codegen.rs New constant caching insn: opt_getconstant_path 2022-09-01 15:20:49 -07:00
core.rs Let --yjit-dump-disasm=all dump ocb code as well (#6309) 2022-09-01 11:55:39 -07:00
cruby.rs YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405) 2022-08-29 08:47:11 -07:00
cruby_bindings.inc.rs Remove rb_iseq_each 2022-09-01 15:20:49 -07:00
disasm.rs Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopify/ruby/pull/430) 2022-08-29 09:09:41 -07:00
invariants.rs New constant caching insn: opt_getconstant_path 2022-09-01 15:20:49 -07:00
lib.rs Push first pass at SSA IR sketch 2022-08-29 08:47:05 -07:00
options.rs Let --yjit-dump-disasm=all dump ocb code as well (#6309) 2022-09-01 11:55:39 -07:00
stats.rs Speed up --yjit-trace-exits code (#6106) 2022-07-12 16:40:49 -04:00
utils.rs Minor cleanups (https://github.com/Shopify/ruby/pull/345) 2022-08-29 08:47:05 -07:00
virtualmem.rs Temporarily simplify code for emit_conditional_jump to fix a bug 2022-08-29 08:47:02 -07:00
yjit.rs Fix code invalidation while OOM and OOM simulation (https://github.com/Shopify/ruby/pull/395) 2022-08-29 08:47:10 -07:00