-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add alloca interface to x86-be #83
Comments
WONTFIX (not required for bootstrapping) |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add umask (POSIX.1-2001)
eddyb
pushed a commit
to eddyb/rust
that referenced
this issue
Jun 30, 2020
Update cargo and crates-io dependencies
antoyo
pushed a commit
to antoyo/rust
that referenced
this issue
Sep 17, 2021
cgwalters
pushed a commit
to cgwalters/rust
that referenced
this issue
Nov 26, 2024
- cargo clippy fixes - bump MSRV - License syntax - author email address
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we occasionally fake an alloca in trans by carving out a set of known-to-be-contiguous spill slots. This is cheesy and wrong; the backend should provide an interface for requesting an alloca honestly.
The text was updated successfully, but these errors were encountered: