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

Add gc tests #469

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Add gc tests #469

wants to merge 30 commits into from

Commits on Aug 29, 2024

  1. Initial Gc test

    jmid committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0ed381f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c86e07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77859e5 View commit details
    Browse the repository at this point in the history
  4. Add Gc.major

    jmid committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8b1aa6f View commit details
    Browse the repository at this point in the history
  5. Add List allocation

    jmid committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    56109e7 View commit details
    Browse the repository at this point in the history
  6. Add list reversal cmd

    jmid committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c8e4a43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ef90b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Rename len_gen generator

    jmid committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8daf5d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b931080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b2669b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 8, 2024

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

Commits on Sep 9, 2024

  1. Add Gc.get command

    jmid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    35d9e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c9a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Initial support for Gc.set cmd

    jmid committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ea6a516 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Test polishing

    jmid committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b1532b8 View commit details
    Browse the repository at this point in the history
  2. unused vars

    jmid committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3c20bf7 View commit details
    Browse the repository at this point in the history
  3. Factor stat/quick_stat property

    jmid committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a11e342 View commit details
    Browse the repository at this point in the history
  4. Support (O)CAMLRUNPARAM

    jmid committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    76c32bf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add PreAllocStr cmd

    jmid committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d9666f4 View commit details
    Browse the repository at this point in the history
  2. Add PreAllocList cmd

    jmid committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d945c2 View commit details
    Browse the repository at this point in the history
  3. Silence warnings

    jmid committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6c1252f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc334f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bdf3b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 27, 2024

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

    jmid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e5b93d3 View commit details
    Browse the repository at this point in the history
  3. Add Bigarray support

    jmid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    656677a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Silence explicit GC test under the debug runtime, which by default wi…

    …ll use v=63 adding lots of CI log noise
    jmid committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4a93462 View commit details
    Browse the repository at this point in the history