Understand the Trade-offs of Using Compilers for Java Applications

preview_player
Показать описание
QCon San Francisco International Software Conference is back this November 18-22, 2024. Software leaders at early adopter companies will come together to share actionable insights to help you adopt the right technologies and practices.

Get exposed to new ideas and innovative approaches to software development and engineering, guaranteed to inspire and challenge you.

Don’t miss this opportunity to take your knowledge and skills to the next level and stay ahead in the fast-paced world of technology.

----------------------------------------------------------------------------------------------------

Mark Stoodley examines some of the strengths and weaknesses of the different Java compilation technologies, if one was to apply them in isolation. Stoodley discusses how production JVMs are assembling a combination of these tools that work together to provide excellent performance across the large spectrum of applications written in Java and JVM based languages.

#Java #Compilers #VirtualMachines
Рекомендации по теме
Комментарии
Автор

Got good level of understanding about JIT, AOT, Cached JIT and JIT server... Thanks

arunpalani