RFR: 8329258: [AArch64] TailCall should not use frame pointer register for jump target

Dean Long dlong at openjdk.org
Wed Apr 10 21:16:46 UTC 2024


On Wed, 10 Apr 2024 12:34:11 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> I also wondered if R29 shouldn't be a callee-save (SOE) register in the C calling convention?

Maybe for documentation purposes, but I don't think it would have any effect on generated code.

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

PR Comment: https://git.openjdk.org/jdk/pull/18716#issuecomment-2048446464


More information about the hotspot-compiler-dev mailing list