bmistree / ralph

Distributed transactional language
5 stars 0 forks source link

Force speculation is really unsafe #68

Open bmistree opened 10 years ago

bmistree commented 10 years ago

Want a mechanism to reset a variable to a particular value after commit. (eg., a list that always drains). Currently, using force_speculate, which overwrites all vals (dirty and clean) for root and all its derivatives. See note in d7cbc454aa.