Skip to content

Use setjmp + longjmp to handle errors #1

Closed
@k0ekk0ek

Description

@k0ekk0ek

There are not that many places errors can occur and the library itself is designed to not allocate additional memory (except for file buffers). Handling errors in one place reduces the number of possible branches and therefore may positively impact performance and code size.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions