fitzgen commented on issue #1087:
@bjorn3 is this issue still relevant? Thanks
bjorn3 commented on issue #1087:
The code alignment is now part of the
MachBuffer. Data alignment is still hard-coded in cranelift-jit:Read-only data alignment could (and probably should) use
isa.symbol_alignment(), but writable data alignment is higher than that. I honestly don't know if that higher alignment actually matters in the first place. Maybe usingisa.symbol_alignment()there would be fine too?
Last updated: Feb 24 2026 at 05:28 UTC