Runtime vs. Compile Time - JIT vs. AOT Optimizations in Java and C++
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the intricacies of runtime and compile-time optimizations in Java and C++ in this 52-minute conference talk from Devoxx. Delve into a comprehensive research study comparing Just-In-Time (JIT) compiler optimizations in HotSpot/OpenJDK with Ahead-of-Time (AOT) optimizations performed by LLVM Clang in C++. Gain valuable insights into the performance implications and trade-offs between these two optimization approaches, enhancing your understanding of compiler technologies and their impact on program execution.
Syllabus
Runtime vs. compile time (JIT vs. AOT) optimizations in Java and C++ - Ionut Balosin
Taught by
Devoxx
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera