У нас вы можете посмотреть бесплатно Auto-Vectorization in HotSpot или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video explores the ongoing development and improvements in HotSpot C2's auto vectoriser. After a brief introduction to the SuperWord algorithm, the presenter delves into significant enhancements already achieved and outlines plans for future advancements, using real-world examples and benchmarks. Key topics include: Dependency Graph: Managing instruction reordering while preserving essential data and memory dependencies. Aliasing Analysis: Techniques for safely packing loads and stores, with an emphasis on dynamic aliasing checks for MemorySegment loops. Profitability of Vectorization: Addressing challenges like reductions and lane-crossing operations with advanced cost modeling. Performance Regressions: Strategies to mitigate issues such as unaligned memory access, store-to-load forwarding failures, and cache line boundary splits. Future Goals: Ambitions for if-conversion, efficient scans (e.g., prefix-sum, hash-code), more robust and interpretable vectorization algorithms, improved compilation times, and handling larger loop bodies. This presentation is ideal for viewers interested in compiler optimization, vectorization, and JVM performance, offering both technical insights and practical examples from current industry advancements. Presented by Emanuel Peter - Senior Member of Technical Staff (Java Platform Group - Oracle) during the 2025 JVM Language Summit (CA, August 2025). Emanuel's posts on vectorization ➤ https://inside.java/u/EmanuelPeter/ • JVM Language Summit 2025 playlist JVMLS ➤ http://jvmlanguagesummit.com/ Tags: #Java #OpenJDK #SIMD