FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Flatten Python eval loop with trampoline for reduced call overhead by youknowone · Pull Request #8431 · RustPython/RustPython · GitHub
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
295
Pull requests
98
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
Back
|
FazBrowse Home
|
New Git URL