Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб An Opinionated Overview on Static Analysis for Java в хорошем качестве

An Opinionated Overview on Static Analysis for Java 2 месяца назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



An Opinionated Overview on Static Analysis for Java

Presented by Christian Wimmer - GraalVM Native Image Architect (Oracle Labs) during the JVM Language Summit (August 2024 - Santa Clara, CA). Whole-program points-to analysis has many diverse usages, for example, call graph construction, security analysis, auto-parallelization, bug analysis, heap allocation analysis, and program debugging and understanding. As a result, many different flavors of analysis have been proposed: an analysis can be sound or unsound; context insensitive or context sensitive; flow sensitive; path sensitive; memory sensitive. We start with an overview of academic research that explains all the terms. Then we make the claim that static analysis for Java is actually much harder than it looks at the first: Reflection, JNI, Unsafe memory access, method handles, VarHandle, bootstrap methods, ... are all concepts in Java that are overlooked in many of the academic research papers. While that is acceptable for some use cases of static analysis, most real-world use cases cannot ignore it. We show how all of these dynamic features can be handled without sacrificing the precision of the analysis in the static analysis framework that we developed as part of GraalVM Native Image. The presentation will be quite example-driven: we will illustrate where a points-to analysis can successfully prove important whole-program properties that are useful for optimizations and security analysis. But we will also show examples where a points-to analysis fails to prove facts that look trivial for humans. Make sure to check the    • JVM Language Summit 2024   playlist. Resources • In Defense of Soundiness: A Manifesto ➤ https://cacm.acm.org/opinion/in-defen... • Scalable Pointer Analysis of Data Structures Using Semantic Models ➤ https://dl.acm.org/doi/10.1145/337755... • Context Sensitivity without Contexts: A Cut-Shortcut Approach to Fast and Precise Pointer Analysis ➤ https://dl.acm.org/doi/10.1145/3591242 • GraalVM ➤ https://www.graalvm.org • Inside Java ➤ https://inside.java/ • Dev.Java ➤ https://dev.java • JVMLS ➤ https://openjdk.org/projects/mlvm/jvm... Tags #Java #OpenJDK

Comments