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

gh-126868: Add freelist for compact int objects #126865

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    0713034 View commit details
    Browse the repository at this point in the history
  2. fix build

    eendebakpt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    be58ade View commit details
    Browse the repository at this point in the history
  3. cleanup freelist at exit

    eendebakpt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3f50b54 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    fa97302 View commit details
    Browse the repository at this point in the history
  2. remove stale comment

    eendebakpt committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d72486f View commit details
    Browse the repository at this point in the history
  3. remove unused function

    eendebakpt committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e07c218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    328e0c1 View commit details
    Browse the repository at this point in the history
  5. jit build

    eendebakpt committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e1dc2b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9df776b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b73046 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

    Fidget-Spinner committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d1e4aa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. review comments part 1

    eendebakpt committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    644e85a View commit details
    Browse the repository at this point in the history
  2. review comments part 2

    eendebakpt committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9f86b6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88274d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. review suggestion

    eendebakpt committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1e548bd View commit details
    Browse the repository at this point in the history