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
  • !4949

i#3823 multi-phase drreg: Remove slot id labels.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhinav Anil Sharma requested to merge i3823-drreg-slot-labels-remove into master Jun 18, 2021
  • Overview 12
  • Commits 5
  • Pipelines 0
  • Changes 3

Modifies free spill slot selection logic to use is_our_spill_or_restore instead of the labels with spill slot use information added for this purpose. We do not need the extra information in the latter and can simply use the former routine.

Removes the extra spill slot use metadata added in form of labels from the instrlist.

Also adds documentation about possibility of DR slot conflicts if DR APIs are mixed with drreg ones.

Issue: #3823 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3823-drreg-slot-labels-remove