mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Rename tier 2 redundancy eliminator to optimizer (#115888)
The original name is just too much of a mouthful.
This commit is contained in:
parent
7259480957
commit
c0fdfba7ff
12 changed files with 30 additions and 30 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -38,7 +38,7 @@ Python/ast_opt.c @isidentical
|
|||
Python/bytecodes.c @markshannon @gvanrossum
|
||||
Python/optimizer*.c @markshannon @gvanrossum
|
||||
Python/optimizer_analysis.c @Fidget-Spinner
|
||||
Python/tier2_redundancy_eliminator_bytecodes.c @Fidget-Spinner
|
||||
Python/optimizer_bytecodes.c @Fidget-Spinner
|
||||
Lib/test/test_patma.py @brandtbucher
|
||||
Lib/test/test_type_*.py @JelleZijlstra
|
||||
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum
|
||||
|
|
|
|||
4
.github/workflows/jit.yml
vendored
4
.github/workflows/jit.yml
vendored
|
|
@ -5,13 +5,13 @@ on:
|
|||
- '**jit**'
|
||||
- 'Python/bytecodes.c'
|
||||
- 'Python/optimizer*.c'
|
||||
- 'Python/tier2_redundancy_eliminator_bytecodes.c'
|
||||
- 'Python/optimizer_bytecodes.c'
|
||||
push:
|
||||
paths:
|
||||
- '**jit**'
|
||||
- 'Python/bytecodes.c'
|
||||
- 'Python/optimizer*.c'
|
||||
- 'Python/tier2_redundancy_eliminator_bytecodes.c'
|
||||
- 'Python/optimizer_bytecodes.c'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue