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-105481: Generate the opcode lists in dis from data extracted from bytecodes.c #106758

Merged
merged 30 commits into from
Jul 18, 2023

Commits on Jul 14, 2023

  1. pythongh-105481: add haslocal to _opcode.py. Generate most oplists in…

    … opcode.py with the functions in _opcode.py
    iritkatriel committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    36a7d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75019ca View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    494680a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24786fb View commit details
    Browse the repository at this point in the history
  3. typo

    iritkatriel committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    563b431 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    227756f View commit details
    Browse the repository at this point in the history
  2. ascii quotes

    iritkatriel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1b13b96 View commit details
    Browse the repository at this point in the history
  3. make clinic

    iritkatriel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0f5ae32 View commit details
    Browse the repository at this point in the history
  4. remove oplists

    iritkatriel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    289fad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    598ba2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2d355e View commit details
    Browse the repository at this point in the history
  7. remove redundant init

    iritkatriel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    27eb2cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    998024a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffa4ee3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce76a60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4194a12 View commit details
    Browse the repository at this point in the history
  12. sort the lists

    iritkatriel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6b8c46b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    e15f7d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21fe0a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75795db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a0a2b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f530469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71ffe34 View commit details
    Browse the repository at this point in the history
  7. import _specializations, _specialized_instructions directly from _opc…

    …ode_metadata rather than via opcode
    iritkatriel committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d525c53 View commit details
    Browse the repository at this point in the history
  8. update Tools/scripts/summarize_stats.py to use _opcode_metadata inste…

    …ad of opcode for _specialized_instructions
    iritkatriel committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5e1c4a4 View commit details
    Browse the repository at this point in the history
  9. Revert "update Tools/scripts/summarize_stats.py to use _opcode_metada…

    …ta instead of opcode for _specialized_instructions"
    
    This reverts commit 5e1c4a4.
    iritkatriel committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6077263 View commit details
    Browse the repository at this point in the history
  10. Revert "import _specializations, _specialized_instructions directly f…

    …rom _opcode_metadata rather than via opcode"
    
    This reverts commit d525c53.
    iritkatriel committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    98ba11f View commit details
    Browse the repository at this point in the history
  11. Revert "add stack effect to dis.__all__"

    This reverts commit f530469.
    iritkatriel committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cc8e5e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31dbfec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1abf6ca View commit details
    Browse the repository at this point in the history