Skip to content

gh-149358: Generating JIT recorder transformers and stabilizing family layouts#149359

Open
cocolato wants to merge 8 commits into
python:mainfrom
cocolato:jit_record_family
Open

gh-149358: Generating JIT recorder transformers and stabilizing family layouts#149359
cocolato wants to merge 8 commits into
python:mainfrom
cocolato:jit_record_family

Conversation

@cocolato
Copy link
Copy Markdown
Member

@cocolato cocolato commented May 4, 2026

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #32525708 | 📁 Comparing 5617cec against main (2ba0a81)

  🔍 Preview build  

3 files changed
± library/calendar.html
± whatsnew/3.15.html
± whatsnew/changelog.html

Copy link
Copy Markdown
Member

@markshannon markshannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could do with a couple more tests, but looks good otherwise

op(_DO_STUFF, (tos -- res)) {
res = tos;
}
macro(OP) = _RECORD_TOS + _DO_STUFF;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add tests for:

  • Base op does not record, but specialization does
  • Base op does record, but specialization does not

Comment thread Tools/cases_generator/analyzer.py Outdated
size: str
members: list[Instruction]

@property
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this a normal function? It is quite heavyweight for a property

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 19, 2026

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@cocolato
Copy link
Copy Markdown
Member Author

Thanks for review ! I have made the requested changes; please review again.

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 20, 2026

Thanks for making the requested changes!

@markshannon: please review the changes made to this pull request.

@bedevere-app bedevere-app Bot requested a review from markshannon May 20, 2026 10:09
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