diff options
author | Alan Wu <XrXr@users.noreply.github.com> | 2023-02-03 13:50:02 -0500 |
---|---|---|
committer | Alan Wu <XrXr@users.noreply.github.com> | 2023-02-03 14:58:01 -0500 |
commit | f901b934fdb6adba8ac5f40ff835334f054e3e34 (patch) | |
tree | e0a125b19fbfd851128016230377388e64d4ba7e /test/logger | |
parent | dff03149a06149c4246070aff02f5e274b7ceeb0 (diff) | |
download | ruby-f901b934fdb6adba8ac5f40ff835334f054e3e34.tar.gz |
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.
Diffstat (limited to 'test/logger')
0 files changed, 0 insertions, 0 deletions