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 ArrayBuffer's iterator fail fast when buffer is mutated #9258

Merged
merged 5 commits into from Aug 30, 2021

Commits on Aug 19, 2021

  1. Update and reorganize benchmarks readme to be less confusing

    We have exactly one custom runner, so the emphasis that the old
    structure put on custom runners was misleading. It's better to
    foreground the normal case.
    SethTisue authored and NthPortal committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9f3f4c3 View commit details
    Browse the repository at this point in the history
  2. Add ArrayBufferBenchmark

    Copy-pasted from `ListBufferBenchmark`, but based on the specifics of
    the code changes in this PR, I added benchmarks for `addAll` and
    `reverseIterator`, and modified the `insertAll` benchmark so it's
    measuring `ArrayBuffer`-into-`ArrayBuffer` insertion (rather than
    `Seq`-into-`ArrayBuffer`).
    SethTisue authored and NthPortal committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    882b1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f14a79 View commit details
    Browse the repository at this point in the history
  4. [bug#12009] Make ArrayBuffer's iterator fail-fast

    Make `ArrayBuffer`'s iterator fail-fast when the buffer is
    mutated after the iterator's creation.
    NthPortal committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3e1aad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    b12d7ae View commit details
    Browse the repository at this point in the history