-
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
io::println allocates on the GC heap #3558
Labels
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Comments
Will #3157 fix this? |
This is still true, but should be easy to fix. Nominating for milestone 5, production-ready. |
dupe / completely-absorbed-by #4248 |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
Add option to run a test only on nightly
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
May 4, 2024
update 'unsupported' message Instead of "the interpreter", just say Miri. Also be a more more clear about what is expected to be supported and what not (Cc rust-lang/miri#2325).
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
May 4, 2024
update 'unsupported' message Instead of "the interpreter", just say Miri. Also be a more more clear about what is expected to be supported and what not (Cc rust-lang/miri#2325).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is pretty bad. It's due to boxed traits.
The text was updated successfully, but these errors were encountered: