Skip to content

use stack allocated eventuals and mutexes where possible #34

@carns

Description

@carns

from @mdorier: we might want to use ABT_eventual_memory and ABT_mutex_memory instead of ABT_eventual and ABT_mutex. We have macros in the margo codebase to select one or the other based on availability. Using the _memory version removes an allocation, which can be good for the abt_io_io_state structure, which are allocated on each operation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions