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-98831: Remove all remaining DISPATCH() calls from bytecodes.c #99271

Merged
merged 8 commits into from Nov 10, 2022

Commits on Nov 9, 2022

  1. Remove all remaining DISPATCH() calls from bytecodes.c

    Also mark those opcodes that have no stack effect as such.
    gvanrossum committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d453fcc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    14d60fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089b508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f57751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4ebe70 View commit details
    Browse the repository at this point in the history
  5. Whitespace/braces from Brandt's review

    Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
    gvanrossum and brandtbucher committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    67200bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a419b2b View commit details
    Browse the repository at this point in the history
  7. Regen cases

    gvanrossum committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ed64309 View commit details
    Browse the repository at this point in the history