Re: RFR: 8355003: Implement Ahead-of-Time Method Profiling [v13]

2025-05-06 Thread Igor Veresov
On Tue, 6 May 2025 18:48:03 GMT, Chris Plummer wrote: >> Igor Veresov has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 43 commits: >> >> - Merge branch 'master' into pp2 >> - Fix compile >> - Fix additional issues >> - Make sur

Re: RFR: 8355003: Implement Ahead-of-Time Method Profiling [v13]

2025-05-06 Thread Chris Plummer
On Tue, 6 May 2025 06:31:43 GMT, Igor Veresov wrote: >> Improve warm-up time by making profile data from a previous run of an >> application instantly available, when the HotSpot Java Virtual Machine >> starts. Specifically, enhance the [AOT cache](https://openjdk.org/jeps/483) >> to store met

Re: RFR: 8355003: Implement Ahead-of-Time Method Profiling [v13]

2025-05-05 Thread Igor Veresov
> Improve warm-up time by making profile data from a previous run of an > application instantly available, when the HotSpot Java Virtual Machine > starts. Specifically, enhance the [AOT cache](https://openjdk.org/jeps/483) > to store method execution profiles from training runs, reducing profili