composite
composite copied to clipboard
Sane stack handling 3: proper faulting on stack absence
When a thread invokes a component, and no thread is available on the freelist, it currently jumps through ugly hoops to save the current registers. Instead, it should use int
to save all registers and invoke the stack manager.