1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/yjit
Takashi Kokubun def3ade8a8 Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopify/ruby/pull/430)
* Add --yjit-dump-disasm to dump every compiled code

* Just use get_option

* Carve out disasm_from_addr

* Avoid push_str with format!

* Share the logic through asm.compile

* This seems to negatively impact the compilation speed
2022-08-29 09:09:41 -07:00
..
bindgen Use bindgen for old manual extern declarations (https://github.com/Shopify/ruby/pull/404) 2022-08-29 08:47:11 -07:00
src Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopify/ruby/pull/430) 2022-08-29 09:09:41 -07:00
.gitignore
Cargo.lock
Cargo.toml Add --enable-yjit=dev_nodebug configure option 2022-07-29 16:32:14 -07:00
yjit.mk Add --enable-yjit=dev_nodebug configure option 2022-07-29 16:32:14 -07:00