-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Encode dwarf slot dies for dynamic-sized slots (or slots in dynamic-sized frames) #73
Comments
Encode and decode tag types in dwarf properly. Add list module to std. Shift rustc to use std.util.option. Fix various dependent bugs. Closed by 57c7e94. |
mbrubeck
pushed a commit
to mbrubeck/rust
that referenced
this issue
Oct 17, 2011
…. Shift rustc to use std.util.option. Fix various dependent bugs. Closes rust-lang#73.
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
rustup to rustc 1.14.0-nightly (7c69b0d 2016-11-01)
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Remove `#[staged_api]`
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Sep 17, 2021
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 1, 2021
Add to glossary: vectorize, scalar, vector register
djtech-dev
pushed a commit
to djtech-dev/rust
that referenced
this issue
Dec 9, 2021
…t-lang#1. LLVM will assert if stack alignment is not a power of 2. Switch value to 16. Fixes rust-lang#73.
jaisnan
pushed a commit
to jaisnan/rust-dev
that referenced
this issue
Aug 27, 2024
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the presence of a single type-parameter in a frame causes slot offset calculations to go out the window (for locals, not for types). There is enough machinery in dwarf.ml to fix this now. Do so.
The text was updated successfully, but these errors were encountered: