Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
299
Pull requests
104
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Flatten Python eval loop with trampoline for reduced call overhead
- #8431
#8431
Merged
youknowone
merged 10 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:flatten-eval-loop
youknowone/RustPython:flatten-eval-loop
Copy head branch name to clipboard
Aug 5, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Flatten Python eval loop with trampoline for reduced call overhead
#8431
youknowone
merged 10 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:flatten-eval-loop
youknowone/RustPython:flatten-eval-loop
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2026
Factor with_iframe into enter_iframe/exit_iframe helpers
Show description for 2fc29ce
youknowone
committed
2fc29ce
View commit details
Copy full SHA for 2fc29ce
Browse repository at this point
Allocate InterpreterFrame and LocalsPlus together on the datastack
Show description for b581c90
youknowone
committed
b581c90
View commit details
Copy full SHA for b581c90
Browse repository at this point
Implement trampoline loop for Python-to-Python calls
Show description for b089987
youknowone
committed
b089987
View commit details
Copy full SHA for b089987
Browse repository at this point
Optimize trampoline: skip recursion check, avoid temporary_refs mutex, add bound method TailCall
Show description for cdc0d32
youknowone
committed
cdc0d32
View commit details
Copy full SHA for cdc0d32
Browse repository at this point
Use UnsafeCell for pending_tailcall_refs
Show description for d00c250
youknowone
committed
d00c250
View commit details
Copy full SHA for d00c250
Browse repository at this point
Remove .claude/settings.json from tracking
Show description for e0fea23
youknowone
committed
e0fea23
View commit details
Copy full SHA for e0fea23
Browse repository at this point
Replace SendPtr with Option<SendNonNull> for type-safe pending tailcall
Show description for 80028a8
youknowone
committed
80028a8
View commit details
Copy full SHA for 80028a8
Browse repository at this point
Restrict PendingFrame to private, expose only set/take methods
Show description for 0bb5668
youknowone
committed
0bb5668
View commit details
Copy full SHA for 0bb5668
Browse repository at this point
Restore C-stack overflow check in trampoline enter_iframe_unchecked
Show description for a561f48
youknowone
committed
a561f48
View commit details
Copy full SHA for a561f48
Browse repository at this point
Address code review: entry frame double-free, panic safety, cleanup
Show description for a2e9a49
youknowone
committed
a2e9a49
View commit details
Copy full SHA for a2e9a49
Browse repository at this point
You can’t perform that action at this time.