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

Incremental GC (Intermediate Version) #3678

Closed
wants to merge 189 commits into from

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    f8dd690 View commit details
    Browse the repository at this point in the history
  2. enhance Makefile

    luc-blaeser committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0677ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3fc867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a04433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1e853a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0033c56 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    b95b795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3546f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f7904 View commit details
    Browse the repository at this point in the history
  4. Revert "enhance Makefile"

    This reverts commit 0677ff6.
    luc-blaeser committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a3fe2dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dd8de3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6edba5 View commit details
    Browse the repository at this point in the history
  7. update code documentation

    luc-blaeser committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b95050c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a87e89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    500a200 View commit details
    Browse the repository at this point in the history
  10. adjust perf-delta nix

    luc-blaeser committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c5ec02a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    6e29183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d5db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c9744c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3cdc73 View commit details
    Browse the repository at this point in the history
  5. remove empty tuple (failing cases in separate test branch)

    Revert "remove empty tuple (failing cases in separate test branch)"
    
    This reverts commit 4080014.
    luc-blaeser committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ad9b12c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    6bbebe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52a73b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    559769b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c316129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bcb705 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. in-place mark bit

    luc-blaeser committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d11bb07 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. add mark stack

    luc-blaeser committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f86dc6a View commit details
    Browse the repository at this point in the history
  2. update benchmark

    luc-blaeser committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    221cd09 View commit details
    Browse the repository at this point in the history
  3. Update code documentation

    luc-blaeser committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    05a9279 View commit details
    Browse the repository at this point in the history
  4. reformat

    luc-blaeser committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    06c2b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    00c8d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c43b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8031cfa View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    af0ae39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d08ac View commit details
    Browse the repository at this point in the history
  3. fix combined merge

    luc-blaeser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3e2b0e4 View commit details
    Browse the repository at this point in the history
  4. code refactoring

    luc-blaeser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4c742ea View commit details
    Browse the repository at this point in the history
  5. code restructuring

    luc-blaeser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    59a8cb0 View commit details
    Browse the repository at this point in the history
  6. add incremental gc option

    luc-blaeser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    07b8be9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5403b49 View commit details
    Browse the repository at this point in the history
  8. prepare incremental gc

    luc-blaeser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d130303 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3cb3d8 View commit details
    Browse the repository at this point in the history
  10. code refactoring

    luc-blaeser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    668eed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    28d0a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216e875 View commit details
    Browse the repository at this point in the history
  3. refactor GC phases

    luc-blaeser committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    feeb486 View commit details
    Browse the repository at this point in the history
  4. Incremental mark phase

    luc-blaeser committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    45d97b7 View commit details
    Browse the repository at this point in the history
  5. tune incremental GC run

    luc-blaeser committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3d3a6c3 View commit details
    Browse the repository at this point in the history
  6. Mark completeness check

    luc-blaeser committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    403ef1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94eba61 View commit details
    Browse the repository at this point in the history
  8. Remove log messages

    luc-blaeser committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d481be1 View commit details
    Browse the repository at this point in the history
  9. add unit test

    luc-blaeser committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7c3d335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92dd36a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    f3cc3f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446b007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a880586 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    045ef03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bf4a01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6f6838 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    19a1662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e89142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcfeffb View commit details
    Browse the repository at this point in the history
  4. code refactoring

    luc-blaeser committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    99a216b View commit details
    Browse the repository at this point in the history
  5. refine size classes

    luc-blaeser committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b1f0c16 View commit details
    Browse the repository at this point in the history
  6. start sweep phase

    luc-blaeser committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9df4876 View commit details
    Browse the repository at this point in the history
  7. more sanity checks

    luc-blaeser committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8bdb72e View commit details
    Browse the repository at this point in the history
  8. fix bug in test case

    luc-blaeser committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0cbb3c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a87555 View commit details
    Browse the repository at this point in the history
  10. reformat

    luc-blaeser committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e224e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    dddfd29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab7339 View commit details
    Browse the repository at this point in the history
  3. adjust gc scheduling

    luc-blaeser committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7a91cc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7355c04 View commit details
    Browse the repository at this point in the history
  5. fix compiler bug

    luc-blaeser committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    791bc5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a68b8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f20a82d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    a0ac0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7674db View commit details
    Browse the repository at this point in the history
  3. update benchmark cases

    luc-blaeser committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    38c65c4 View commit details
    Browse the repository at this point in the history
  4. split too large test case

    Test case too large in WASM size in debug mode
    luc-blaeser committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    945d7e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c352140 View commit details
    Browse the repository at this point in the history
  6. adjust assertion check

    luc-blaeser committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8b76370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66ade5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    395d4b3 View commit details
    Browse the repository at this point in the history
  9. adjust increment counter

    luc-blaeser committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    513ef9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38e0f40 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    1ee3ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c784bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977c3b2 View commit details
    Browse the repository at this point in the history
  4. Differentiate increments

    luc-blaeser committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    44433e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61b8655 View commit details
    Browse the repository at this point in the history
  6. update memory statistics

    luc-blaeser committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    04a584a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f25db5 View commit details
    Browse the repository at this point in the history
  8. Tune GC increment limit

    luc-blaeser committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    236164c View commit details
    Browse the repository at this point in the history
  9. Update empty-actor.mo

    luc-blaeser committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3b9389f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    ea0e12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66544fe View commit details
    Browse the repository at this point in the history
  3. Adjust statistics

    luc-blaeser committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e20977e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2688c94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3e04b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f5e6d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afc816d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35da50d View commit details
    Browse the repository at this point in the history
  9. Stop GC on upgrade

    luc-blaeser committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1baa5dd View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    3533984 View commit details
    Browse the repository at this point in the history
  2. Adjust upgrade mode

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    bfd26f1 View commit details
    Browse the repository at this point in the history
  3. Adjust benchmark cases

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6b886ba View commit details
    Browse the repository at this point in the history
  4. Refactor write barrier

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c73b527 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5de2d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9f85ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2115ff3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    079a77d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05c07e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f1286b View commit details
    Browse the repository at this point in the history
  11. Update comments

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    489c1ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc69b5d View commit details
    Browse the repository at this point in the history
  13. Redesign incremental GC

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    454281c View commit details
    Browse the repository at this point in the history
  14. code refactoring

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    22a3fd1 View commit details
    Browse the repository at this point in the history
  15. Some code cleanup

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    de6301e View commit details
    Browse the repository at this point in the history
  16. Ignore checker message

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    536f307 View commit details
    Browse the repository at this point in the history
  17. code refactoring

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    aa43a9b View commit details
    Browse the repository at this point in the history
  18. Code refactoring

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7154c6d View commit details
    Browse the repository at this point in the history
  19. Code refactoring

    luc-blaeser committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f418c2e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    476561c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f8f7d View commit details
    Browse the repository at this point in the history
  3. Redesign incremental GC

    luc-blaeser committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6d9e4c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1ecd5 View commit details
    Browse the repository at this point in the history
  5. Adjust benchmark test

    luc-blaeser committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    892d250 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38a98e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cb47fd View commit details
    Browse the repository at this point in the history
  8. Take memory redesign for limits to separate branch

    This reverts commit 4cb47fd.
    luc-blaeser committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f5991df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da89e2e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d9c65d View commit details
    Browse the repository at this point in the history
  11. Remove print lines

    luc-blaeser committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0c6ffaf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    424b7b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a14a4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629d8b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76413fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d88e3e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edfd8fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51f5f39 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. reformat

    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    593f7e8 View commit details
    Browse the repository at this point in the history
  2. adjust size classes

    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ccbeec2 View commit details
    Browse the repository at this point in the history
  3. Fix bug in compiler

     gap between allocation and marking new allocation
    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a29d382 View commit details
    Browse the repository at this point in the history
  4. update benchmark numbers

    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5a7b564 View commit details
    Browse the repository at this point in the history
  5. fix bug in incremental GC

    do not mark objects beyond sweep end
    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    19ac17b View commit details
    Browse the repository at this point in the history
  6. Bug fix in mark stack

    Uninitialized field
    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2875db3 View commit details
    Browse the repository at this point in the history
  7. Skip too slow ic-ref-run

    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e461804 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4852485 View commit details
    Browse the repository at this point in the history
  9. Simplification: Remove fast forwarding

    Also faster for less size classes
    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f07587d View commit details
    Browse the repository at this point in the history
  10. Simplification and optimization: Remove binary search

    Not needed for few size classes
    luc-blaeser committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2c5b02a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    241b6d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee64d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90413c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    603bfde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7a7681 View commit details
    Browse the repository at this point in the history
  6. Optimize write barrier

    luc-blaeser committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fd840e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2b164b View commit details
    Browse the repository at this point in the history
  8. Reintroduce allocation increment

    To catch up with many allocations during collection
    luc-blaeser committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cac2a0e View commit details
    Browse the repository at this point in the history
  9. Reintroduce doubly linked free list

    For retaining old free list entries during sweep
    luc-blaeser committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9fcc7db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b65a2ad View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    16d18a9 View commit details
    Browse the repository at this point in the history
  2. Tuning GC increments

    luc-blaeser committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f189576 View commit details
    Browse the repository at this point in the history
  3. Tuning incremental GC

    luc-blaeser committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b5677b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    408b2f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce75453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4164c2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    079d761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    296070f View commit details
    Browse the repository at this point in the history
  6. Adjust increment limits

    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e0f53f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8c4cfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ac798c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7ced8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9263b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9426a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53ae8f9 View commit details
    Browse the repository at this point in the history
  13. Tuning GC increment

    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8e71c2b View commit details
    Browse the repository at this point in the history
  14. Adjust GC increment

    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    245f6c2 View commit details
    Browse the repository at this point in the history
  15. Adjust GC increments

    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cf8f775 View commit details
    Browse the repository at this point in the history
  16. Adjust GC increments

    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1dff8e3 View commit details
    Browse the repository at this point in the history
  17. Introduce allocation incremen

    to keep up with high allocation rate
    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6bcd6d8 View commit details
    Browse the repository at this point in the history
  18. Simplify GC increment

    Remove allocation increment
    luc-blaeser committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1f02301 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    f94add7 View commit details
    Browse the repository at this point in the history
  2. Update benchmark results

    luc-blaeser committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    2eee9db View commit details
    Browse the repository at this point in the history
  3. Tune GC

    luc-blaeser committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    494f260 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Jan 5, 2023

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