Code Reflection



Code Reflection

Code Reflection

Code reflection is a proposed enhancement to reflective programming in Java that enables standard access, analysis, and transformation of Java code.

Code reflection is designed to address limitations in today’s Java platform when it is used to support specific programming domains where symbolic access to Java programs is required e.g., Java programs representing SQL statements, differentiable programs, machine learning models, or GPU kernels.

Presented by Paul Sandoz – Architect (Java Platform Group – Oracle) during the JVM Language Summit 2023 (Santa Clara CA).

Make sure to check the https://www.youtube.com/playlist?list=PLX8CzqL3ArzW90jKUCf4H6xCKpStxsOzp playlist.

Tags: #Java #OpenJDK #JVMLS #GPU

Comments are closed.