[project @ 2005-11-28 14:39:47 by simonmar]
authorsimonmar <unknown>
Mon, 28 Nov 2005 14:39:47 +0000 (14:39 +0000)
committersimonmar <unknown>
Mon, 28 Nov 2005 14:39:47 +0000 (14:39 +0000)
Small performance improvement to STM: reduce the size of an atomically
frame from 3 words to 2 words by combining the "waiting" boolean field
with the info pointer, i.e. having two separate info tables/return
addresses for an atomically frame, one for the normal case and one for
the waiitng case.


No differences found