Closed 0xkanekiken closed 1 year ago
According to @bobbinth, we could make mtree_set a bit more efficient by changing semantics of MRUPDATE from:
mtree_set
MRUPDATE
[V, d, i, R, NV] -> [NR, d, i, R, NV]
to
[V, d, i, R, NV] -> [V, d, i, NR, NV]
This should shave off 3 VM cycles from mtree_set and get it down to 11 cycles, but:
mtree_cwm
Superseded by #654.
According to @bobbinth, we could make
mtree_set
a bit more efficient by changing semantics ofMRUPDATE
from:to
This should shave off 3 VM cycles from
mtree_set
and get it down to 11 cycles, but:mtree_cwm
operation quite a bit less efficient.