aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-02-03 13:50:02 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2023-02-03 14:58:01 -0500
commitf901b934fdb6adba8ac5f40ff835334f054e3e34 (patch)
treee0a125b19fbfd851128016230377388e64d4ba7e /hash.c
parentdff03149a06149c4246070aff02f5e274b7ceeb0 (diff)
downloadruby-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 'hash.c')
0 files changed, 0 insertions, 0 deletions