Skip to content

Take advantage of noexcept for performance and safety #136

Description

@roberth

In C++ code we want to catch exceptions before returning to Haskell, or things don't end well, but some code does not need this overhead.
If we can generate C++ code with a noexcept qualifier on it, we can take advantage of the C++ compiler to enforce this safety condition while allowing us to generate faster code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions