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-125063: Emit slices as constants in the bytecode compiler #125064

Merged
merged 7 commits into from
Oct 8, 2024

Commits on Oct 3, 2024

  1. Make slices marshallable

    markshannon authored and mdboom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    997df1c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Emit slices as constants

    mdboom committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0e19ac7 View commit details
    Browse the repository at this point in the history
  2. Update Python/marshal.c

    Co-authored-by: Peter Bierma <[email protected]>
    mdboom and ZeroIntensity authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e3ddaea View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Refactor codegen_slice into two functions so it

    always has the same net effect
    mdboom committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    86ab911 View commit details
    Browse the repository at this point in the history
  2. Fix for free-threaded builds

    mdboom committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1c9cc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44e25a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3948bb View commit details
    Browse the repository at this point in the history