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: Nov 22 2024 at 16:03 UTC