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
  • Issues
  • #3912
Closed
Open
Issue created Oct 28, 2019 by John F.X. Galea@johnfxgaleaContributor

Set a single param toggle to the work-around used to deal with faulty resets on ARM

Due to #1674, optionsx.h has a series of IF_X86_ELSE work-arounds in order to turn off reset parameters on ARM. Having so many IF_X86_ELSE is not necessary, as all these parameters should be toggled via the main reset param, namely -enable_reset. This issue covers the removal of these IF_X86_ELSE.

An example of such an unneeded IF_X86_ELSE is shown below:

 OPTION_DEFAULT(uint, reset_at_vmm_percent_free_limit,
        IF_X86_ELSE(10, 0), /* i#1674: re-enable on ARM once xl8 bugs are fixed */
Assignee
Assign to
Time tracking