RFR: 8280152: AArch64: Reuse runtime call trampolines [v5]

Yi-Fan Tsai duke at openjdk.org
Fri Jul 22 18:58:15 UTC 2022


> A trampoline stub could be generated for each runtime call. These trampolines could be duplication if the callees are the same. This change delays the stub generation and generates one stub for a distinct callee.
> 
> Benchmark als, chi-square, dec-tree, gauss-mix, log-regression, movie-lens, naive-bayes, page-rank, fj-means, reactors, future-genetic, mnemonics, dotty, scala-kmeans, and finagle-http in Renaissance (0.14.1) are tested. The sum of the used size of CodeHeap 'non-profiled nmethods' and CodeHeap 'profiled nmethods' shows ~4.7% reduction on average.

Yi-Fan Tsai has updated the pull request incrementally with one additional commit since the last revision:

  Reduce maximum hash table size and cleanup

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/9405/files
  - new: https://git.openjdk.org/jdk/pull/9405/files/9e5acc96..baf72825

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9405&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9405&range=03-04

  Stats: 13 lines in 3 files changed: 3 ins; 3 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/9405.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9405/head:pull/9405

PR: https://git.openjdk.org/jdk/pull/9405


More information about the hotspot-dev mailing list