Enable JIT compiler for x64.
Only works on Linux/x64 and Windows/x64 right now. Force an x64 build on Linux/x64 with: make CC="gcc -m64" NYI: handle on-trace OOM errors. NYI: improve register allocation for x64.
This commit is contained in:
@@ -137,9 +137,8 @@ The compiler will happily optimize away such indirections.</dd>
|
||||
machine code. This means the code generator must be ported to each
|
||||
architecture. And the fast interpreter is written in assembler and
|
||||
must be ported, too. This is quite an undertaking.<br> Currently only
|
||||
x86 CPUs are supported. x64 support is in the works. Other
|
||||
architectures will follow with sufficient demand and/or
|
||||
sponsoring.</dd>
|
||||
x86 and x64 CPUs are supported. Other architectures will follow based
|
||||
on sufficient user demand and/or sponsoring.</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
Reference in New Issue
Block a user