Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

serialize upon syscall entry #36

Open
wangbj opened this issue Apr 23, 2019 · 0 comments
Open

serialize upon syscall entry #36

wangbj opened this issue Apr 23, 2019 · 0 comments

Comments

@wangbj
Copy link
Collaborator

wangbj commented Apr 23, 2019

This is a follow up of #34. Roughly after commit 93333a6, we make our scheduler schedule one-thread-at-a-time. However, there're several downside (beside PRO being more deterministic):

It should be a safe assumption a task is deterministic unless it enters syscalls. hence we can allow parallel execution, upon entry of syscalls, which is serialized.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant