[llvm-dev] Can JIT be targeted to 32-bit in a 64-bit Wndows environment?

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 30 07:32:23 PDT 2015


On 29 October 2015 at 17:51, Reid Kleckner via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> You actually can mix 32 and 64 bit code in the same Windows process, but
> only with great effort. Fixing PR24233 is probably easier. :)

How does that work? Some syscall that you make to switch modes and
jump to a particular location?

Tim.


More information about the llvm-dev mailing list