Skip to content
New issue

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

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

Already on GitHub? # to your account

fuzzing: more optimized and correct management of 8-bit PC counters #21006

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

andrewrk
Copy link
Member

@andrewrk andrewrk commented Aug 9, 2024

  • Upgrade from u8 to usize element types.
    • WebAssembly assumes u64. It should probably try to be target-aware
      instead.
  • Move the covered PC bits to after the header so it goes on the same
    page with the other rapidly changing memory (the header stats).

depends on the semantics of accepted proposal #19755

closes #20994

* Upgrade from u8 to usize element types.
  - WebAssembly assumes u64. It should probably try to be target-aware
    instead.
* Move the covered PC bits to after the header so it goes on the same
  page with the other rapidly changing memory (the header stats).

depends on the semantics of accepted proposal #19755

closes #20994
@andrewrk andrewrk merged commit eb17fe8 into master Aug 9, 2024
9 of 10 checks passed
@andrewrk andrewrk deleted the fuzz branch August 9, 2024 19:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

more optimized and correct management of 8-bit PC counters
1 participant