Skip to content

Commit

Permalink
Implement multithreaded liveness checking
Browse files Browse the repository at this point in the history
This branch introduces support for multithreaded liveness checking, and uses a new block container type, that will allocate new blocks when needed, instead of reallocating a continuous array like the old implementation did. This also removes the need for starting and stopping the world, and removing the marks that has been set in the walked objects.
  • Loading branch information
Josh Peterson committed Mar 24, 2021
1 parent ea11507 commit e74b22f
Showing 1 changed file with 258 additions and 395 deletions.
Loading

0 comments on commit e74b22f

Please sign in to comment.