-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementimpl-simpleThe simple mark/sweep collector (our first one :D)The simple mark/sweep collector (our first one :D)
Milestone
Description
This is related to #15 because [T]
is unsized. Ideally, we would be able to have Gc<'gc, [i32]>
without any indirection through a Box<[T]>
.
The big problem here is that the simple collector expects Gc
to have a statically-known size......
This is very important to actually properly implement any real-world use. In theory, arrays could just wrap Vec
right now but that's not very elegant.
Metadata
Metadata
Assignees
Labels
enhancementimpl-simpleThe simple mark/sweep collector (our first one :D)The simple mark/sweep collector (our first one :D)