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

Комментарии • 9

  • @renbangbprd7236
    @renbangbprd7236 2 месяца назад +11

    Bring the low memory usage, I hope lilliput+leyden+valhallac can reduce java memory usage by ~50%

    • @gregandark8571
      @gregandark8571 Месяц назад

      Just use some native language, like Rust or C.

    • @renbangbprd7236
      @renbangbprd7236 Месяц назад

      @@gregandark8571 I hope Java can do this also, so it can compete with Go better

    • @Rope257
      @Rope257 21 день назад

      @@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!

  • @HonestAuntyElle
    @HonestAuntyElle 21 день назад

    I wonder if they used a large Minecraft modpack as a benchmark whether they could advertise 50x speedups

  • @SureshG
    @SureshG Месяц назад

    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.

  • @ebuzertahakanat
    @ebuzertahakanat 2 месяца назад

    Bring jaotc back!

  • @0ops1024
    @0ops1024 2 месяца назад +4

    graalvm !!!

    • @Rope257
      @Rope257 21 день назад +1

      Same, I was really hoping to see a comparison with GraalVM instead of JDK Mainline performance-wise.