Skip to content

GH-104909: Implement some instrumented instructions with micro-ops. - #110025

Closed
markshannon wants to merge 4 commits into
python:mainfrom
faster-cpython:instrumented-uops
Closed

GH-104909: Implement some instrumented instructions with micro-ops.#110025
markshannon wants to merge 4 commits into
python:mainfrom
faster-cpython:instrumented-uops

Conversation

@markshannon

@markshannonmarkshannon commented Sep 28, 2023

Copy link
Copy Markdown
Member

Also marks non-instrumented instructions that perform monitoring, like RAISE_VARARGS, as TIER_ONE_ONLY.

@markshannonmarkshannon changed the title Implement some instrumented instructions with micro-ops.GH-104909: Implement some instrumented instructions with micro-ops.Sep 28, 2023
@markshannon

Copy link
Copy Markdown
MemberAuthor

This idea is probably worth revisiting, but this PR is obsolete

@markshannon
markshannon deleted the instrumented-uops branch August 6, 2024 10:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@markshannon