Skip to content

Memory Barrier #2

@motters

Description

@motters

When access memory / registers (virtual address) it would be nice if the driver classes applied a memory barrier.

This features should have the option to be disabled as it will add an overhead and is probably not required in most cases.

This can be done using "__sync_synchronize();" before and after reads / writes. However it should probably be wrapped up in a platform class or function.

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