ruby/yjit
Maxime Chevalier-Boisvert 810aeb2d91
YJIT: optimized codegen for rb_ary_empty_p (WIP) (#7242)
* YJIT: add specialized implementation of rb_ary_empty_p()

* Update yjit/src/codegen.rs

Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>

---------

Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
2023-02-09 15:14:26 -05:00
..
bindgen YJIT: log the names of methods we call to in disasm (#7231) 2023-02-02 16:54:16 -05:00
src YJIT: optimized codegen for rb_ary_empty_p (WIP) (#7242) 2023-02-09 15:14:26 -05:00
.gitignore
Cargo.lock YJIT: Instrument global allocations on stats build (#6712) 2022-11-13 12:54:41 -05:00
Cargo.toml YJIT: Use ThinLTO for Rust parts in release mode 2023-01-16 17:32:15 -05:00
not_gmake.mk YJIT: Fix shared/static library symbol leaks 2023-01-27 12:28:09 -05:00
yjit.mk Silence dozens of useless warnings from nm on macOS 2023-01-31 19:42:01 +09:00