[foreign-memaccess+abi] RFR: 8299911: Refactor struct handling in AArch64 CallArranger [v4]

Jorn Vernee jvernee at openjdk.org
Wed Jan 11 14:54:09 UTC 2023


> Refactor struct handling in AArch64 CallArranger.
> 
> Instead of having 6 very similar looking while loops, I've consolidated the storage allocation code for structs into a single helper method (`StorageCalculator::structStorages`). This should make it much easier to see which logic is being used for a particular case.

Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:

  Bump copyright years

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

Changes:
  - all: https://git.openjdk.org/panama-foreign/pull/765/files
  - new: https://git.openjdk.org/panama-foreign/pull/765/files/3ac117fd..8a4bd018

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=panama-foreign&pr=765&range=03
 - incr: https://webrevs.openjdk.org/?repo=panama-foreign&pr=765&range=02-03

  Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/panama-foreign/pull/765.diff
  Fetch: git fetch https://git.openjdk.org/panama-foreign pull/765/head:pull/765

PR: https://git.openjdk.org/panama-foreign/pull/765


More information about the panama-dev mailing list