Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn Syscall Enhancement #31

Open
doitian opened this issue Mar 6, 2024 · 3 comments
Open

Spawn Syscall Enhancement #31

doitian opened this issue Mar 6, 2024 · 3 comments
Assignees

Comments

@doitian
Copy link
Member

doitian commented Mar 6, 2024

Investigating a new approach for the spawn syscall. This involves introducing a pipe and deterministic scheduler to facilitate communication between parent and child VM instances. A prototype can be found here.

@doitian doitian converted this from a draft issue Mar 6, 2024
@doitian
Copy link
Member Author

doitian commented Mar 6, 2024

Progress Update:

  • Improved the scheduler and finished the testing.
  • Started the syscall spawn implementation.

@xxuejie
Copy link

xxuejie commented Apr 27, 2024

An implementation for the new spawn is now in review phase: nervosnetwork/ckb#4380

The accompanying RFC changes are also put together: nervosnetwork/rfcs#436

@doitian
Copy link
Member Author

doitian commented May 11, 2024

Added testing pause/resume API for acceptance for temporary randomize testing:

chenyukang/ckb@58db12c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

3 participants