rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.7k stars 12.75k forks source link

Tracking Issue for Coroutine Memory Usage #69826

Open jonas-schievink opened 4 years ago

jonas-schievink commented 4 years ago

(old issue: https://github.com/rust-lang/rust/issues/52924)

This issue tracks ideas for reducing the memory footprint of coroutines.

Note that this issue is different from https://github.com/rust-lang/rust/issues/69663, which tracks typesystem-level improvements regarding coroutines. This issue is purely about the code generation aspect.

pnkfelix commented 2 years ago

Visiting during T-compiler backlog bonanza. This isn't the same kind of "tracking issue" that we associated with the C-tracking-issue label (in terms of a specific feature being designed)

@rustbot label: +metabug -C-tracking-issue

oli-obk commented 2 years ago

This is now being tracked as a github project: https://github.com/orgs/rust-lang/projects/21/views/1?layout=board

Thomasdezeeuw commented 2 years ago

This is now being tracked as a github project: https://github.com/orgs/rust-lang/projects/21/views/1?layout=board

@oli-obk that link is either incorrect or the project is private, in either case it doesn't work

oli-obk commented 2 years ago

hmm

Only organization owners can change project visibility.

Looking how to fix that, sorry