Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64: Implement Patchable GCRs #6227

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

Akira1Saitoh
Copy link
Contributor

This commit implements patchable GCRs on aarch64.

  • Add a new helper patchGCRHelper.
  • Change bstoreEvaluator to call out to patchGCRHelper.
  • Change ARM64Trg1ImmSymInstruction to set immediate value for
    adr instruction for gcr-patch-point when generating instructions.
  • Change ARM64ZeroSrc1ImmInstruction to set static address of the
    gcr-patch-point symbol when generating instructions.

Signed-off-by: Akira Saitoh saiaki@jp.ibm.com

This commit implements patchable GCRs on aarch64.
- Add a new helper `patchGCRHelper`.
- Change `bstoreEvaluator` to call out to `patchGCRHelper`.
- Change ARM64Trg1ImmSymInstruction to set immediate value for
adr instruction for gcr-patch-point when generating instructions.
- Change ARM64ZeroSrc1ImmInstruction to set static address of the
gcr-patch-point symbol when generating instructions.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
@knn-k
Copy link
Contributor

knn-k commented Nov 5, 2021

Jenkins build aarch64

@knn-k knn-k self-assigned this Nov 5, 2021
@knn-k knn-k merged commit 2a36842 into eclipse-omr:master Nov 5, 2021
@Akira1Saitoh Akira1Saitoh deleted the aarch64GCRPatching branch November 8, 2021 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants