What does JIT mean in the CPU server name?

JIT stands for Just-In-Time compilation. The JIT CPU servers on the fly compiles the Alpha code to native x86-64 code. This technology allows to significantly increase the CPU performance, because the compiled code runs much faster. JIT3 is i=on most workloads a factor of 5-10 faster than the interpreter.