On 13.04.2021 17:16, Georg Lehmann wrote:
This sounds like it could potentially negatively affect performance up to a measurable degree due to another indirection. But I guess there's no way to have a function in the unix library (with the correct calling convention and everything) and to return that from the PE in vkGet*ProcAddr?
That's not impossible for now, but it would be more problematic as we move forward with the separation. Unix part will be 'hidden' from applications in a way that's similar in a lot of aspects to Windows kernel calls. With that analogy, we can't just return a 'kernel' pointer.
Thanks,
Jacek