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-91053: Add an optional callback that is invoked whenever a function is modified #98171

Closed
wants to merge 1 commit into from

Conversation

mpage
Copy link
Contributor

@mpage mpage commented Oct 11, 2022

JIT compilers may need to invalidate compiled code when a function is modified (e.g. if its code object is modified). This adds the ability to set a callback that, when set, is called each time a function is modified.

JIT compilers may need to invalidate compiled code when a function is
modified (e.g. if its code object is modified). This adds the ability
to set a callback that, when set, is called each time a function is
modified.
@mpage mpage force-pushed the func-modified-cb-squashed branch from fb862ba to 89ce99c Compare October 11, 2022 00:36
@mpage mpage closed this Oct 11, 2022
@mpage mpage deleted the func-modified-cb-squashed branch October 11, 2022 01:13
@mpage mpage restored the func-modified-cb-squashed branch October 11, 2022 01:14
@mpage mpage deleted the func-modified-cb-squashed branch October 11, 2022 01:16
@mpage mpage changed the title gh-91053: Add an optional callback that is invoked whenever a function is modified Add an optional callback that is invoked whenever a function is modified Oct 11, 2022
@mpage mpage changed the title Add an optional callback that is invoked whenever a function is modified gh-91053: Add an optional callback that is invoked whenever a function is modified Oct 11, 2022
Sign up for free to 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.

2 participants