[Gems-users] partial rollback in transactional memory


Date: Fri, 09 May 2008 16:00:52 -0700
From: cge@xxxxxxxx
Subject: [Gems-users] partial rollback in transactional memory
Hi,
in microbenchmark/transactional/common/transaction.c in GEMS 2.1,
there is following codes:
//while (log_size > 0){
       while (xact_level >= lowest_conflict_level){      // PARTIAL ROLLBACK

If we choose to use while (log_size > 0), will nesting closed transactions have any different effects on the performance compared to only using one-level transaction?

Thanks,
Ken


[← Prev in Thread] Current Thread [Next in Thread→]