composite icon indicating copy to clipboard operation
composite copied to clipboard

Sane stack handling 3: proper faulting on stack absence

Open gparmer opened this issue 10 years ago • 0 comments

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.

gparmer avatar Oct 04 '14 04:10 gparmer