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
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.5k
Star
116k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement jump threading MIR opt
- #107009
#107009
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:jump-threading
cjgillot/rust:jump-threading
Copy head branch name to clipboard
Oct 23, 2023
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Implement jump threading MIR opt
#107009
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:jump-threading
cjgillot/rust:jump-threading
Copy head branch name to clipboard
Commits
Commits on Oct 21, 2023
Extract cost checker from inliner.
cjgillot
committed
8252ad0
View commit details
Copy full SHA for 8252ad0
Browse repository at this point
Make instance an option in CostChecker.
cjgillot
committed
3cb0c2e
View commit details
Copy full SHA for 3cb0c2e
Browse repository at this point
Implement JumpThreading pass.
cjgillot
committed
751a079
View commit details
Copy full SHA for 751a079
Browse repository at this point
Do not thread through loop headers.
cjgillot
committed
0d0a536
View commit details
Copy full SHA for 0d0a536
Browse repository at this point
Handle more terminators.
cjgillot
committed
df9e5ee
View commit details
Copy full SHA for df9e5ee
Browse repository at this point
Improve naming and comments.
cjgillot
committed
4abea83
View commit details
Copy full SHA for 4abea83
Browse repository at this point
Document mutated_statement.
cjgillot
committed
b5aa1ef
View commit details
Copy full SHA for b5aa1ef
Browse repository at this point
Make polarity an enum.
cjgillot
committed
4705624
View commit details
Copy full SHA for 4705624
Browse repository at this point
Document Condition.
cjgillot
committed
98b86fa
View commit details
Copy full SHA for 98b86fa
Browse repository at this point
Rebase fallout.
cjgillot
committed
6abd8f1
View commit details
Copy full SHA for 6abd8f1
Browse repository at this point
Explicit notation.
cjgillot
committed
d5b21ef
View commit details
Copy full SHA for d5b21ef
Browse repository at this point
Simplify static if handling.
cjgillot
committed
66ec098
View commit details
Copy full SHA for 66ec098
Browse repository at this point
Reword TO application comments.
cjgillot
committed
54b61d6
View commit details
Copy full SHA for 54b61d6
Browse repository at this point
Correct loop_headers logic.
cjgillot
committed
8fb99af
View commit details
Copy full SHA for 8fb99af
Browse repository at this point
FileCheck annotations.
cjgillot
committed
a845bac
View commit details
Copy full SHA for a845bac
Browse repository at this point
Expand comment on disappearing edge.
cjgillot
committed
dd08dd4
View commit details
Copy full SHA for dd08dd4
Browse repository at this point
You can’t perform that action at this time.