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

[mypyc] Inline fast paths of integer unboxing operations #17266

Merged
merged 12 commits into from
Jun 17, 2024

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    73773f2 View commit details
    Browse the repository at this point in the history
  2. Inline tagged integer unboxing

    JukkaL committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2615f52 View commit details
    Browse the repository at this point in the history
  3. Inline i64 and i32 unboxing

    JukkaL committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b0d06c1 View commit details
    Browse the repository at this point in the history
  4. Inline i16 and u8 unboxing

    JukkaL committed May 19, 2024
    Configuration menu
    Copy the full SHA
    abf20c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    235225b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3403c32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0be8772 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0df723 View commit details
    Browse the repository at this point in the history
  9. Add comment

    JukkaL committed May 19, 2024
    Configuration menu
    Copy the full SHA
    15a2ae3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix Python 3.11 and older

    JukkaL committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f548b45 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update comments

    JukkaL committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    787f0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d349f5a View commit details
    Browse the repository at this point in the history