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

Replace many non-performance-critical instructions by a few "call intrinsic" instructions #100770

Closed
markshannon opened this issue Jan 5, 2023 · 1 comment
Labels
performance Performance or resource usage

Comments

@markshannon
Copy link
Member

See faster-cpython/ideas#202 for a full discussion.

These complex instructions bulk out the interpreter, making it harder to understand and likely degrade performance as compilers generally don't handle giant functions well.

@markshannon markshannon added the performance Performance or resource usage label Jan 5, 2023
@markshannon
Copy link
Member Author

Duplicate of #99005

@markshannon markshannon marked this as a duplicate of #99005 Jan 5, 2023
@AlexWaygood AlexWaygood closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage
Projects
None yet
Development

No branches or pull requests

2 participants