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
Optimize layout of function arguments in the Rust ABI - take 2
- #97559
#97559
Closed
Urgau
wants to merge 12 commits into
rust-lang:master
rust-lang/rust:master
from
Urgau:fn-args-abi-optimization
Urgau/rust:fn-args-abi-optimization
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Optimize layout of function arguments in the Rust ABI - take 2
#97559
Urgau
wants to merge 12 commits into
rust-lang:master
rust-lang/rust:master
from
Urgau:fn-args-abi-optimization
Urgau/rust:fn-args-abi-optimization
Copy head branch name to clipboard
Commits
Commits on Jul 5, 2022
Simplify the code of fixup by making it's code flow more natural
Urgau
committed
374bc27
View commit details
Copy full SHA for 374bc27
Browse repository at this point
Don't aggregate homogeneous floats in the Rust ABI
Urgau
committed
bf97e79
View commit details
Copy full SHA for bf97e79
Browse repository at this point
Test that target feature mix up with homogeneous floats is sound
Show description for dcc75bf
Urgau
committed
dcc75bf
View commit details
Copy full SHA for dcc75bf
Browse repository at this point
Fix some codegen tests
Urgau
committed
ec16a32
View commit details
Copy full SHA for ec16a32
Browse repository at this point
Use simpler heuristic for determining if a layout only floats
Urgau
committed
9ed05ed
View commit details
Copy full SHA for 9ed05ed
Browse repository at this point
Use nbdd0121 suggestion for reducing the perf impact
Urgau
committed
f1c72be
View commit details
Copy full SHA for f1c72be
Browse repository at this point
Remove undefined unlikely! macro
Urgau
committed
1be1d4a
View commit details
Copy full SHA for 1be1d4a
Browse repository at this point
Revert "Use nbdd0121 suggestion for reducing the perf impact"
Show description for b2fba9a
Urgau
committed
b2fba9a
View commit details
Copy full SHA for b2fba9a
Browse repository at this point
Let LLVM also handle small aggregate
Urgau
committed
a84f4c9
View commit details
Copy full SHA for a84f4c9
Browse repository at this point
Revert "Revert "Use nbdd0121 suggestion for reducing the perf impact""
Show description for 0c1451c
Urgau
committed
0c1451c
View commit details
Copy full SHA for 0c1451c
Browse repository at this point
Retry with the homogeneous aggregate concept
Urgau
committed
c7e8880
View commit details
Copy full SHA for c7e8880
Browse repository at this point
Revert max_by_val_size * 2
Urgau
committed
683e13f
View commit details
Copy full SHA for 683e13f
Browse repository at this point
You can’t perform that action at this time.