ruby/yjit
Alan Wu f901b934fd YJIT: Make Block::start_addr non-optional
We set the block address as soon as we make the block, so there is no
point in making it `Option<CodePtr>`. No memory saving, unfortunately,
as `mem::size_of::<Block>() = 176` before and after this change. Still
a simplification for the logic, though.
2023-02-03 14:58:01 -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: Make Block::start_addr non-optional 2023-02-03 14:58:01 -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