Commits on Source (4)
-
Florian Schmaus authored
In case a Context has been retrieved from the MemoryManager, without it malloced, then we need to re-initialze some of the Context's values before we can use the Context.
-
Florian Schmaus authored
Even though the MemoryManager is enabled for the ContextManager per default, it never was actually used due a logic bug. Squash that bug!
-
Florian Schmaus authored
-
Florian Schmaus authored
The put/get free context cycle in ContextManager::start() (if continuation stealing is enabled) became unnecessary with c66551bf ("[Context] Use 'jmp' instead of 'ret' to kickoff the context").