-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Intern types #330
Labels
A-type-system
Area: Type system
Comments
This is done, yes? |
Yup. On Thu, May 26, 2011 at 2:12 PM, graydon
|
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Sep 19, 2017
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add SIGCHLD and other signals
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
This seems likely to have mostly just been a copy/paste error, so this re-reviews the intrinsics and aligns it with the implementation in clang. Closes rust-lang#328
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Fix the definition of MetaItem and MetaSeq
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Oct 26, 2020
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Oct 9, 2023
Fix const handling in ATT syntax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc is unbearably slow at the moment, largely due to
unify
. We should do what LLVM does and intern types in one global table and refer to them by index into that table. We can then keep a cache on the side of unified types.The text was updated successfully, but these errors were encountered: