Skip to content
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

Tracing GC in rust #2997

Closed
elliottslaughter opened this issue Jul 23, 2012 · 13 comments
Closed

Tracing GC in rust #2997

elliottslaughter opened this issue Jul 23, 2012 · 13 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows P-low Low priority

Comments

@elliottslaughter
Copy link
Contributor

Write a tracing garbage collector in rust. Requires various modifications to LLVM and rustc.

LLVM currently has no understanding of registers as GC roots, and needs to augmented with a "gcregroot" intrinsic to declare register roots.

To implement the GC in rust, we need, among other things, for upcalls to be written in rust (#2861).

@lkuper
Copy link
Contributor

lkuper commented Aug 14, 2012

Should tracing GC appear on the language development roadmap? (Or is the roadmap only for more user-facing features?)

@graydon
Copy link
Contributor

graydon commented Aug 17, 2012

Quite possibly, in the memory-model section. It's not guaranteed to be user-invisible, and will certainly change performance in a few ways (I hope somewhat drastically).

@ghost ghost assigned graydon Apr 29, 2013
@graydon
Copy link
Contributor

graydon commented Apr 29, 2013

took this over for 0.7. there's a conservative gc on my gc branch. trying to land presently.

@lkuper
Copy link
Contributor

lkuper commented May 6, 2013

/me cheers @graydon on

@Aatch
Copy link
Contributor

Aatch commented Jun 21, 2013

@graydon you going to be able to land the GC for 0.7?

@graydon
Copy link
Contributor

graydon commented Jun 21, 2013

Unlikely, unless major magic occurs

@graydon
Copy link
Contributor

graydon commented Jun 27, 2013

Moving to 0.8. I was intending it but it isn't going to land. Sorry.

@metajack
Copy link
Contributor

triage bump. i hope this lands in 0.8!

@brson
Copy link
Contributor

brson commented Sep 18, 2013

Not 0.8. Nominating.

@catamorphism
Copy link
Contributor

accepted feature-complete

@pnkfelix
Copy link
Member

cc me

@pnkfelix
Copy link
Member

Accepted P-low.

@thestinger
Copy link
Contributor

Closing in favour of #11778, because the two previous false starts here are a distraction from a new implementation.

RalfJung pushed a commit to RalfJung/rust that referenced this issue Aug 6, 2023
refactor tests/utils a bit, and move some FS functions there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows P-low Low priority
Projects
None yet
Development

No branches or pull requests

9 participants