alexcrichton transferred Issue #758:
Follow-up of https://github.com/CraneStation/cranelift/pull/721:
const EXECUTABLE_DATA_ALIGNMENT: u8 = 0x10; const WRITABLE_DATA_ALIGNMENT: u8 = 0x8;These two numbers appear somewhat magical. Why 0x10 and 0x8? If these are meant to be target-specific, we should have TargetMachine provide them.
(Note: they might even be compiler- or OS- dependent.)
Last updated: Nov 22 2024 at 16:03 UTC