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

confusing code #13

Open
mineechor opened this issue Mar 9, 2023 · 2 comments
Open

confusing code #13

mineechor opened this issue Mar 9, 2023 · 2 comments

Comments

@mineechor
Copy link

image
Why did you delete these lines?

@carolemieux
Copy link
Owner

Great question. This was about five years ago so I don't exactly remember.

I believe the top_rated mechanism is used to determine "favored" inputs for each branch seen in the trace_map. This top_rated mechanism is not really used in FairFuzz, as FairFuzz favours inputs which hit rare branches. To determine this, it keeps around some tracking of which inputs hit which branches. I believe through the trace_mini field, so it doesn't want to get rid of the minimized trace even if the tc_ref goes to zero.

@mineechor
Copy link
Author

thanks

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

No branches or pull requests

2 participants