A good way for me to understand the difference between eager and pessimistic is that pessimistic is expecting a conflict, so it will check more often (aka "immediatley during loads or stores") while eager is "eager to write" so it will undo if needed
A good way for me to understand the difference between eager and pessimistic is that pessimistic is expecting a conflict, so it will check more often (aka "immediatley during loads or stores") while eager is "eager to write" so it will undo if needed