Project Leyden Update
HTML-код
- Опубликовано: 28 окт 2024
- Presented by Ioi Lam - HotSpot JVM Engineer (Java Platform Group - Oracle) and Dan Heidinga - Software Architect (Java Platform Group - Oracle) during the JVM Language Summit (August 2024 - Santa Clara, CA).
An update on the current state of Project Leyden and an intro into the problem of "teleporting" data from training runs to production runs.
Make sure to check the • JVM Language Summit 2024 playlist.
Resources
• Project Leyden ➤ openjdk.org/pr...
• Preliminary Benchmark Results ➤ github.com/ope...
• Leyden Early-Access Builds ➤ jdk.java.net/l...
• EA Release Notes ➤ github.com/ope...
• Provide Feedback (Subscription Req.) ➤ mail.openjdk.o...
• JEP Draft - Ahead-of-Time Code Compilation ➤ openjdk.org/je...
• Inside Java ➤ inside.java/ta...
• JVMLS ➤ openjdk.org/pr...
Tags #Java #OpenJDK #AOT
Bring the low memory usage, I hope lilliput+leyden+valhallac can reduce java memory usage by ~50%
Just use some native language, like Rust or C.
@@gregandark8571 I hope Java can do this also, so it can compete with Go better
@@gregandark8571 Yes, lets all rewrite our entire codebase into another language, hire new developers or make our current ones switch to another language they have no experience with as well as changing all our CI/CD pipelines, and other ecosystem related services.
Instead of waiting for a language improvement.
Amazing idea!
I wonder if they used a large Minecraft modpack as a benchmark whether they could advertise 50x speedups
Will AOT cache be architecture-specific? If so, are there any plans to cross-compile AOT cache? Say, I am building a desktop application and need to create AOT caches for all platforms (Mac/Linux/Windows) from a CI/CD machine (GitHub Actions)? That will provide a better DX and adoption on desktop platforms.
Bring jaotc back!
graalvm !!!
Same, I was really hoping to see a comparison with GraalVM instead of JDK Mainline performance-wise.