There is another question.
Do you have some plans about 64 bit version?
Given the broadness of your question, I could say that we are working on it right now. However, that is going to be a custom Modula-2 compiler targeting a CPU architecture other than x64, and an operating system other than Windows or Linux...
Then, the core components of
Excelsior JET, namely the AOT compiler and the JVM (except the fast JIT compiler), are written in Oberon-2 and Modula-2 respectively. So if we ever decide to do a 64-bit version of Excelsior JET, we would have to either convert the runtime to C++ or retarget XDS Modula-2 to x64. In that sense, there is a chance that there will be Native XDS-x64. However, the compiler we are using for Excelsior JET development is again a Native XDS-x86 branch customized for our specific needs, so I do not think we'll ever release it to the public.
In short, we are not going to finance a complete port of XDS to x64 or, for that matter, any other platform, ourselves.