Now that we are using a mostly iterative approach to managing bootstrapping, instead of pure recursion, it should be possible for us to run some operations in parallel. For example, if the stack has 3 work items in the resolve phase, we can run all of those at the same time.
Now that we are using a mostly iterative approach to managing bootstrapping, instead of pure recursion, it should be possible for us to run some operations in parallel. For example, if the stack has 3 work items in the resolve phase, we can run all of those at the same time.