Skip to content

Remove Valgrind/quarantine/redzone support #369

@jasone

Description

@jasone

Rationale:

  • The arena.<i>.reset feature would at a minimum have to assure that quarantine wasn't enabled.
  • Quarantine doesn't interact well with thread caches, which means that applications which use explicit thread caches cannot in general use quarantine safely.
  • Redzone support complicates memory layout in ways that make it impossible to compute various tables at compile time (small run sizes vary, which impacts quantized run sizes). This can be mitigated, but at considerable engineering complexity cost.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions