|
|
|
|
|
by Veserv
472 days ago
|
|
You can not just discard the oldest data of a long-running execution trace when doing replay-based time-travel debugging. You can not replay execution without a known state followed by all non-determinism after that state which is most easily done by starting from the initial state. To discard data, you need to manifest a state snapshot corresponding to that time to enable forward reconstruction from that state. |
|