[PATCH 1/3] winebuild: Added support for entry points generated in runtime.

Alexandre Julliard julliard at winehq.org
Tue Jan 19 06:29:24 CST 2016


Sebastian Lackner <sebastian at fds-team.de> writes:

> @ Alexandre: Do you have a preferrence? Suggestions we had so far:
>
> - JIT compilation of thunks (only x86)
> - Winebuild generated static thunks (see http://ix.io/nxT )
> - Macro-generated thunks (see staging repo)
>
> To my knowledge, all have the same limitations: x86, non-wow64 and race-conditions when
> forwarding Ldr* functions through the syscall thunks.

As long as we have these limitations, I don't feel like committing any
of them. I'm not convinced that there's a reasonable way to make that
sort of thing work, and maintaining a complex piece of code that doesn't
truly solve the problem isn't very appealing. Has anybody tried
submitting a patch to Chrome to disable the sandbox under Wine?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list