-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement optimization fuel and re-enable struct field reordering #40377
Commits on Apr 11, 2017
-
Initial attempt at implementing optimization fuel and re-enabling str…
…uct field reordering.
Configuration menu - View commit details
-
Copy full SHA for 63ebf08 - Browse repository at this point
Copy the full SHA 63ebf08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db9c7a - Browse repository at this point
Copy the full SHA 4db9c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9125999 - Browse repository at this point
Copy the full SHA 9125999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b00837 - Browse repository at this point
Copy the full SHA 8b00837View commit details -
We have to use u16 to test field reordering because u64's alignment c…
…hanges based on 32-bit or 64-bit architecture.
Configuration menu - View commit details
-
Copy full SHA for 98eb121 - Browse repository at this point
Copy the full SHA 98eb121View commit details -
Initial attempt at implementing optimization fuel and re-enabling str…
…uct field reordering.
Configuration menu - View commit details
-
Copy full SHA for 0931e20 - Browse repository at this point
Copy the full SHA 0931e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d821e98 - Browse repository at this point
Copy the full SHA d821e98View commit details -
Fix handling of closure arguments
Those did not take tuple reordering into account, causing majority of the compiler test suite to fail.
Configuration menu - View commit details
-
Copy full SHA for a384f13 - Browse repository at this point
Copy the full SHA a384f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18c59f - Browse repository at this point
Copy the full SHA e18c59fView commit details