Dreamstime_Welcomia_33977184 and Kassow Robots
gears_dreamstime_welcomia_33977184_promo
ID 375398333 © Emilyprofamily | Dreamstime.com
manufacturing_ai_dreamstime_l_375398333
Irina Toloknovskaia, Dreamstime.com
Circuit Diagram51965608 © Irina Toloknovskaia Dreamstime
Dreamstime_cunayah-jouna_362253229
dreamstime_cunayahjouna_362253229
Dreamstime_Khrystyna-Herasymchuk_364019668
dreamstime_khrystynaherasymchuk_364019668

Zing Exploits LLVM for Java JIT Compiler (.PDF Download)

May 9, 2017
Zing Exploits LLVM for Java JIT Compiler (.PDF Download)

Azul supplies a number of different high-performance Java compilers, including Zing and Zulu (there is an embedded version of the latter). Azul’s latest offering is an updated version of Zing, codenamed Falcon, that is based on LLVM. Prior versions were based on Azul’s own compiler technology.

LLVM is an open-source compiler backend project that is used by a number of compilers, including LLVM’s own C/C++ compiler, Clang. LLVM boasts a number of advantages, including contributors associated with hardware platforms, which allow LLVM to support the latest features found on this hardware (e.g., Intel’s vectorization support). Likewise, LLVM enjoys wide hardware support for the same reason.

LLVM has traditionally been used with conventional compilers that have a source code front end. Just-in-time (JIT) compilers tend to have different requirements. Getting LLVM to handle these needs was part of the contributions that Azul delivered to the LLVM project. Falcon takes advantage of these additions to implement this Java JIT compiler.