Skip to content

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
@andrewrk andrewrk deleted the fuzz branch August 9, 2024 19:50
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.

more optimized and correct management of 8-bit PC counters

1 participant