summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKirill Podoprigora <kirill.bast9@mail.ru>2024-02-23 17:31:57 (GMT)
committerGitHub <noreply@github.com>2024-02-23 17:31:57 (GMT)
commite4561e050148f6dc347e8c7ba30c8125b5fc0e45 (patch)
tree4df655662a8fc71c8e8497b6f3517d72ea22d4b4 /Misc
parent59057ce55a443f35bfd685c688071aebad7b3671 (diff)
downloadcpython-e4561e050148f6dc347e8c7ba30c8125b5fc0e45.zip
cpython-e4561e050148f6dc347e8c7ba30c8125b5fc0e45.tar.gz
cpython-e4561e050148f6dc347e8c7ba30c8125b5fc0e45.tar.bz2
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
This replaces the old `TIER_{ONE,TWO}_ONLY` macros. Note that `specialized` implies `tier1`. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-02-22-11-33-20.gh-issue-115778.jksd1D.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-02-22-11-33-20.gh-issue-115778.jksd1D.rst b/Misc/NEWS.d/next/Core and Builtins/2024-02-22-11-33-20.gh-issue-115778.jksd1D.rst
new file mode 100644
index 0000000..023f6aa
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-02-22-11-33-20.gh-issue-115778.jksd1D.rst
@@ -0,0 +1 @@
+Add ``tierN`` annotation for instruction definition in interpreter DSL.