Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make backtraces as feature, enabled by default #214

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

Nicceboy
Copy link
Contributor

@Nicceboy Nicceboy commented Dec 5, 2023

This PR makes backtraces optional, while enabled by default.

Sometimes it can be very desireable to disable them totally.

E.g. when fuzzing, with backtraces you get unstable 100-5000 execs per second, but without them it is 50k execes per second (from OER and with AFL) for some simple types.

There might be some other scenarios where performance gets priority over exact error sources.

@XAMPPRocky
Copy link
Collaborator

Thank you for your PR!

@XAMPPRocky XAMPPRocky merged commit 40539e0 into librasn:main Dec 5, 2023
65 checks passed
@github-actions github-actions bot mentioned this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants