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
Takashi Kokubun b7644a2311
YJIT: GC and recompile all code pages (#6406)
when it fails to allocate a new page.

Co-authored-by: Alan Wu <alansi.xingwu@shopify.com>
2022-10-25 09:07:10 -07:00
..
asm YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -07:00
backend YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592) 2022-10-19 15:36:24 -04:00
codegen.rs YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -07:00
core.rs YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -07:00
cruby.rs YJIT: incorporate ruby_special_consts 2022-10-20 15:43:34 -04:00
cruby_bindings.inc.rs YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -07:00
disasm.rs YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596) 2022-10-19 20:47:11 -04:00
invariants.rs Code clean around unused code for some architectures or features (#6581) 2022-10-18 14:19:41 -04:00
lib.rs Fixes remaining issues and turns back on dead code and unused (#6584) 2022-10-18 16:03:55 -04:00
options.rs YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -07:00
stats.rs YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -07:00
utils.rs YJIT: Interleave inline and outlined code blocks (#6460) 2022-10-17 10:45:59 -07:00
virtualmem.rs YJIT: GC and recompile all code pages (#6406) 2022-10-25 09:07:10 -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