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 }}
youknowone
/
pyre
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
110
Code
Issues
49
Pull requests
15
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Two JIT admission gates that answered wider than their evidence
- #1295
#1295
Merged
youknowone
merged 24 commits into
main
youknowone/pyre:main
from
single-walker
youknowone/pyre:single-walker
Copy head branch name to clipboard
Aug 19, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Two JIT admission gates that answered wider than their evidence
#1295
youknowone
merged 24 commits into
main
youknowone/pyre:main
from
single-walker
youknowone/pyre:single-walker
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
jit: admit the bound-method folds at an inline depth whose guards resume in the callee
Show description for a1ab82a
youknowone
committed
a1ab82a
View commit details
Copy full SHA for a1ab82a
Browse repository at this point
jit: inline the receiver type's __getattr__ hook for a missing attribute
Show description for b6e8255
youknowone
committed
b6e8255
View commit details
Copy full SHA for b6e8255
Browse repository at this point
type call inline: admit the call_fn spelling's PY_NULL receiver slot
Show description for 56a9aec
youknowone
committed
56a9aec
View commit details
Copy full SHA for 56a9aec
Browse repository at this point
inline diag: list the scanned callee body beside a replay-dirty verdict
Show description for 16872aa
youknowone
committed
16872aa
View commit details
Copy full SHA for 16872aa
Browse repository at this point
_abc: port the positive/negative subclass caches
Show description for 54d71dd
youknowone
committed
54d71dd
View commit details
Copy full SHA for 54d71dd
Browse repository at this point
type-call diag: report the fold that gets rewound
Show description for 325218c
youknowone
committed
325218c
View commit details
Copy full SHA for 325218c
Browse repository at this point
abort resume: restrict the residual-operand stack image to CALL-family entries
Show description for 77aefd2
youknowone
committed
77aefd2
View commit details
Copy full SHA for 77aefd2
Browse repository at this point
getattr hook inline: test the descriptor type exactly and guard w_function
Show description for 2c59d76
youknowone
committed
2c59d76
View commit details
Copy full SHA for 2c59d76
Browse repository at this point
getattr_hook_fast_path: decline a devolved receiver
Show description for eb21dc4
youknowone
committed
eb21dc4
View commit details
Copy full SHA for eb21dc4
Browse repository at this point
property: take the accessor shortcut only for the exact type
Show description for a9403ff
youknowone
committed
a9403ff
View commit details
Copy full SHA for a9403ff
Browse repository at this point
property: implement the `w_fget?` / `w_fset?` quasi-immutable declaration
Show description for 6b94842
youknowone
committed
6b94842
View commit details
Copy full SHA for 6b94842
Browse repository at this point
reconstructed_all_ref_call_stack: drop `call_kw` from the whitelist
Show description for 6152f1d
youknowone
committed
6152f1d
View commit details
Copy full SHA for 6152f1d
Browse repository at this point
jit: pin `code?` on the inline arm that emits no value guard
Show description for fd5ea02
youknowone
committed
fd5ea02
View commit details
Copy full SHA for fd5ea02
Browse repository at this point
parity: cover the property-accessor and __getattr__-hook callees in the code? fixture
Show description for 8681735
youknowone
committed
8681735
View commit details
Copy full SHA for 8681735
Browse repository at this point
blackhole: mark each multi-frame level's frame finished as it returns
Show description for 93b06da
youknowone
committed
93b06da
View commit details
Copy full SHA for 93b06da
Browse repository at this point
jit: build the loop region from the exception table instead of a pc interval
Show description for be73d90
youknowone
committed
be73d90
View commit details
Copy full SHA for be73d90
Browse repository at this point
cranelift: skip the LABEL demoted-ref reload when no later LABEL reads it
Show description for 921a655
youknowone
committed
921a655
View commit details
Copy full SHA for 921a655
Browse repository at this point
Drop the equal-value skip from `w_property_reinit`; propagate _abc cache errors
Show description for d74cb29
youknowone
committed
d74cb29
View commit details
Copy full SHA for d74cb29
Browse repository at this point
_abc: hold the registry and both caches in SimpleWeakSet
Show description for 1643b38
youknowone
committed
1643b38
View commit details
Copy full SHA for 1643b38
Browse repository at this point
jit: admit a type call whose metaclass leaves __call__ alone
Show description for d3b521e
youknowone
committed
d3b521e
View commit details
Copy full SHA for d3b521e
Browse repository at this point
inline diag: name the decline site and the deferred-admit term that refused
Show description for cf19b58
youknowone
committed
cf19b58
View commit details
Copy full SHA for cf19b58
Browse repository at this point
_abc: read _get_dump's three `.data` values back from their root slots
Show description for 052b763
youknowone
committed
052b763
View commit details
Copy full SHA for 052b763
Browse repository at this point
getattr hook inline: cut the trace back when the callee sub-walk declines
Show description for 07ca447
youknowone
committed
07ca447
View commit details
Copy full SHA for 07ca447
Browse repository at this point
Fold three spellings of PYRE_FBW_INLINE_DIAG into the cached gate; fix a count
Show description for 7e0240f
youknowone
committed
7e0240f
View commit details
Copy full SHA for 7e0240f
Browse repository at this point
You can’t perform that action at this time.