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
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 }}
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
16.3k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Generator optimization: Overlap locals that never have storage live at the same time
- #60187
#60187
Merged
bors
merged 11 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:generator-optimization
tmandry/rust:generator-optimization
Copy head branch name to clipboard
Jun 12, 2019
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Generator optimization: Overlap locals that never have storage live at the same time
#60187
bors
merged 11 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:generator-optimization
tmandry/rust:generator-optimization
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2019
Collect conflict information in GeneratorLayout
tmandry
committed
f9f8bfa
View commit details
Copy full SHA for f9f8bfa
Browse repository at this point
Overlap locals that never have storage live at the same time
Show description for 7868758
tmandry
committed
7868758
View commit details
Copy full SHA for 7868758
Browse repository at this point
Only include generator saved locals in the variants that need them
tmandry
committed
9de451c
View commit details
Copy full SHA for 9de451c
Browse repository at this point
Add test suite
tmandry
committed
63d73fd
View commit details
Copy full SHA for 63d73fd
Browse repository at this point
Small review fixes
tmandry
committed
a38991f
View commit details
Copy full SHA for a38991f
Browse repository at this point
Add more functionality to BitMatrix
tmandry
committed
66e7493
View commit details
Copy full SHA for 66e7493
Browse repository at this point
Use BitMatrix for storage conflicts
tmandry
committed
6680d03
View commit details
Copy full SHA for 6680d03
Browse repository at this point
Use DataflowResultsConsumer and remove dataflow::for_each_location
tmandry
committed
fbdff56
View commit details
Copy full SHA for fbdff56
Browse repository at this point
Extract univariant_uninterned as method
tmandry
committed
c158d1c
View commit details
Copy full SHA for c158d1c
Browse repository at this point
Extract generator_layout as a method
tmandry
committed
9f3ad88
View commit details
Copy full SHA for 9f3ad88
Browse repository at this point
Commits on Jun 11, 2019
More review fixes
tmandry
committed
aeefbc4
View commit details
Copy full SHA for aeefbc4
Browse repository at this point
You can’t perform that action at this time.