← 返回事件
持续讨论科技

JEP 544: Ahead-of-Time Code Compilation

发生了什么

Improve startup and warmup time by making optimized native code for an application instantly available when the HotSpot Java Virtual Machine starts. Achieve this by compiling application code to native code in a training run, storing the native code in the AOT cache for use in subsequent production runs. If the workload changes in production, regenerate native code dynamically for continued peak performance, providi…

摘要按规则整理自下方来源原文

为什么在扩散

时间线

  1. Hacker News 最先出现Hacker News
  2. Lobsters 出现讨论Lobsters

来源

社区讨论