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] Faster bool and integer conversions #14422

Merged
merged 13 commits into from
Jan 11, 2023
Merged

[mypyc] Faster bool and integer conversions #14422

merged 13 commits into from
Jan 11, 2023

Commits on Jan 10, 2023

  1. [mypyc] Optimize conversions between int/bool

    Previously we used slow generic operations for these.
    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b7a0e38 View commit details
    Browse the repository at this point in the history
  2. Simplify generated code

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    20334e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee851dc View commit details
    Browse the repository at this point in the history
  4. Support more types

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3520c1f View commit details
    Browse the repository at this point in the history
  5. Update test case

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fe37a98 View commit details
    Browse the repository at this point in the history
  6. Black

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0e1044b View commit details
    Browse the repository at this point in the history
  7. Refactor

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4f3276a View commit details
    Browse the repository at this point in the history
  8. Add run tests

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c37a320 View commit details
    Browse the repository at this point in the history
  9. Fix lint

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6195208 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e4b9e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04a6396 View commit details
    Browse the repository at this point in the history
  12. Add run tests

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8549b3c View commit details
    Browse the repository at this point in the history
  13. Fix test case

    JukkaL committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c95d593 View commit details
    Browse the repository at this point in the history