mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-06 11:28:53 -06:00
Constants are copied into this pool so that they live at a memory location that is close to the code that references it. The pool allocates memory from a provided X64CodeBlock to use. The purpose of the pool is to overcome the 32-bit offset limitation that RIP-relative addressing has.`