Stream: general

Topic: Force function address alignment?


view this post on Zulip Tianyu Geng (Nov 14 2023 at 22:31):

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