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
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