Is there a way to force all generated functions to be 8-byte aligned? That is, I want all machine code of generated functions to be placed at addresses with the lowest 3 bits zero (so that I can use those three bits as tags for other purposes in the runtime system).
Last updated: May 03 2026 at 21:15 UTC