At the time of writing, svm_state::Storage persists dirty changes only on a per-layer basis. This might change in the future and we might decide to persist changes:
after every transaction;
after n atomic changes;
after n transactions;
or mixing any of the above metrics to find a sweet spot.
At the time of writing,
svm_state::Storage
persists dirty changes only on a per-layer basis. This might change in the future and we might decide to persist changes:or mixing any of the above metrics to find a sweet spot.