When allocating memory to host JIT traces, we have the following layout: * code * data * trampolines * padding We should group executable code together to improve icache locality. The new layout should be * code * trampolines * data * padding <!-- gh-linked-prs --> ### Linked PRs * gh-129232 <!-- /gh-linked-prs -->