mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-24 06:59:49 +00:00
7f931b5623
This runs the data layout analysis pass added in the previous change twice: Once for the host architecture and once for the guest architecture. This allows the new DataLayoutCompareAction to query architecture differences for each type, which can then be used to instruct code generation accordingly. Currently, type compatibility is classified into 3 categories: * Fully compatible (same size/alignment for the type itself and any members) * Repackable (incompatibility can be resolved with emission of automatable repacking code, e.g. when struct members are located at differing offsets due to padding bytes) * Incompatible |
||
---|---|---|
.. | ||
CMakeLists.txt |