Timothy Flynn
|
8ec420bc28
|
LibGC: Allow move-assigning RootVector instances
Rule of 5 - we were missing a move-assignment operator, thus all move
assignments resulted in a copy.
|
2025-04-19 02:03:43 +02:00 |
|
InvalidUsernameException
|
01f8ab35f1
|
LibGC: Rename remaining occurrence of marked vector
In 3bfb0534be `MarkedVector` was renamed to `RootVector`, but some
related symbols were missed. This commit corrects this.
|
2025-01-02 16:22:29 -07:00 |
|
Andreas Kling
|
3bfb0534be
|
LibGC: Rename MarkedVector => RootVector
Let's try to make it a bit more clear that this is a Vector of GC roots.
|
2024-12-26 19:10:44 +01:00 |
|