Skip to content

perf: add noexcept attribute to all scarlet functions that do not throw exceptions #54

@Sh0g0-1758

Description

@Sh0g0-1758

This will help gcc/clang to optimize the code more aggressively since it knows there won't be any exceptional control flow, no stack unwinding mechanisms/exception handling code/cleanup code would be generated as well.

cc: @4m4n-x-B4w4ne @atul-k-6 @anant37289

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions