Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

New Threading System #73

Open
2 of 4 tasks
lachlansneff opened this issue Oct 6, 2018 · 0 comments
Open
2 of 4 tasks

New Threading System #73

lachlansneff opened this issue Oct 6, 2018 · 0 comments

Comments

@lachlansneff
Copy link
Contributor

lachlansneff commented Oct 6, 2018

I'm at a hackathon right now so I'm planning on dedicating a lot of time to ripping out the old threading system.

The aim is to make all processes single-threaded to reduce synchronization overhead. This should also make the interface between usercode and the kernel a lot faster and simpler.

  • Remove multi-threading from processes.

  • Remove dynamic dispatching from api objects.

  • Somehow check api object type before calling api.

  • Remove synchronization from wasm table accesses.

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