Skip to content
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

Avoid storing fat pointers as first class aggregates #26595

Merged
merged 1 commit into from
Jun 26, 2015

Conversation

dotdash
Copy link
Contributor

@dotdash dotdash commented Jun 26, 2015

Storing them as FCAs is a regression from the recent change that made
fat pointers immediate return values so that they are passed in
registers instead of memory.

Storing them as FCAs is a regression from the recent change that made
fat pointers immediate return values so that they are passed in
registers instead of memory.
@dotdash
Copy link
Contributor Author

dotdash commented Jun 26, 2015

r? @eddyb

cc @pcwalton

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive assigned eddyb and unassigned pnkfelix Jun 26, 2015
@eddyb
Copy link
Member

eddyb commented Jun 26, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Jun 26, 2015

📌 Commit 2051b3e has been approved by eddyb

@bors
Copy link
Contributor

bors commented Jun 26, 2015

⌛ Testing commit 2051b3e with merge 2cb8a31...

bors added a commit that referenced this pull request Jun 26, 2015
Storing them as FCAs is a regression from the recent change that made
fat pointers immediate return values so that they are passed in
registers instead of memory.
@bors
Copy link
Contributor

bors commented Jun 26, 2015

💔 Test failed - auto-linux-32-nopt-t

@eddyb
Copy link
Member

eddyb commented Jun 26, 2015

@bors retry

@bors
Copy link
Contributor

bors commented Jun 26, 2015

@bors bors merged commit 2051b3e into rust-lang:master Jun 26, 2015
@dotdash dotdash mentioned this pull request Jun 27, 2015
5 tasks
@dotdash dotdash deleted the fca_slice branch July 27, 2015 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants