20 Apr
2022
20 Apr
'22
3:47 p.m.
2) how will the new wow64 be activated?
- One patch to migrate all DLLs at once ? but this likely requires all DLLs to migrated to PE+ Unixlib before
- On a per DLL basis ? It's process-global, so it requires all DLLs to be converted to PE first. There's no possible way to enable this only for some DLLs.
thx trying to look forward: - no impact (for now) on configuration & compilation: 32 bit foo.so will continue to be built if corresponding host support is present (so still requiring two trees for 64 and 32 bit compilation) (no need to change that) - granularity of process: any idea on how it'll be turned on or off per process?