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: Jul 29 2026 at 05:03 UTC