-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
TODO replace to_allocvec with an incremental buffer in the LLMP manager #1082
Labels
Comments
Is this issue still open? |
Be aware that a quite a few things might have changed in that code but yes it's still open |
mzfr
pushed a commit
to mzfr/LibAFL
that referenced
this issue
Dec 28, 2024
- Added event_buffer field to LlmpEventManager - Used to_slice instead of to_allocvec - Pre-allocated buffer size is 4KB Fixes AFLplusplus#1082
mzfr
added a commit
to mzfr/LibAFL
that referenced
this issue
Dec 28, 2024
- Added event_buffer field to LlmpEventManager - Used to_slice instead of to_allocvec - Pre-allocated buffer size is 4KB Fixes AFLplusplus#1082
domenukk
pushed a commit
that referenced
this issue
Dec 30, 2024
* Optimize event serialization with pre-allocated buffer - Added event_buffer field to LlmpEventManager - Used to_slice instead of to_allocvec - Pre-allocated buffer size is 4KB Fixes #1082 * Fallback to to_allocvec in case of event_buffer overflow Also combined the shared logic between compressed & uncompressed event firing while keeping the same behavior * Made the initial event_buffer size to a const Also removed the unnecessary event_buffer.clear(), since we are already resizing it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just noticed that we do useless allocations
The text was updated successfully, but these errors were encountered: