dezbyte / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Optimization: abortAndRetry listens to all objects and only the read ones #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The MultiversionedStm.abortAndRetry listens to all method and not just to
the interesting ones (the ones read and are not final), it also listens to
'final' reads and to attached objects.

Removing this unnecessary listening could improve performance (especially
if there is a large percentage of these uninteresting reads).

Original issue reported on code.google.com by alarmnum...@gmail.com on 4 May 2009 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 20 May 2009 at 6:12