Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !2316

i#1569 AArch64: Use lean calls in memtrace_simple on AArch64.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge i1569-reduce-clean-calls-memtrace2 into master Mar 30, 2017
  • Overview 13
  • Commits 1
  • Pipelines 0
  • Changes 6

Created by: fhahn

On AArch64, clean calls add too many additional instructions. To reduce the number of instructions added to each instrumented basic block, the clean call is placed in a separate code cache page and jumps to that code page are inserted instead of clean calls. The client is kept simple on other architectures.

Also adds support for instruction operands to ADR and ADRP encoders.

Over the next week I'm also trying to push some improvements for clean calls on AArch64 for review.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1569-reduce-clean-calls-memtrace2