GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources
Tin mới
faster-cpython:inline-cache-binary-subscr
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Use inline cache for BINARY_SUBSCR. Work in progress.
Merge branch 'main' into inline-cache-binary-subscr
bpo-46841: Move the cache for LOAD_GLOBAL inline. #31575
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Remove per-code-object-cache and add small per-heap-type cache.
I've added some comments on about how to handle pointers to faster-cpython/ideas#263 and removed the need for a per-code-object cache from this PR and shrinks the inline cache a bit.
Merge branch 'main' into inline-cache-binary-subscr
Inline caching faster-cpython/ideas#310