[ContextManager] Remove the put/get free context cycle

Merged Florian Schmaus requested to merge flow/emper:remove-put-get-free-context-cycle into master

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").

Merge request reports