DubiousCactus / DubiousCactus/fever
Refactor trace replay
Open
enhancement
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
So far we have bugs (#15 ) that are due to the mutability of some parameters which we can't prevent. Wherever we are able to deepcopy, this shouldn't be a problem. But in a lot of cases, the only solution would be to fully isolate the trace replay in a new python process (think Jupyter kernels). This is how we should do it.
We need a process-isolated execution engine that boots into a pre-patched runtime and then accepts replay commands over IPC.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.