a. Change queue implementation to linked list
authoradash <adash>
Thu, 19 Jul 2007 16:34:15 +0000 (16:34 +0000)
committeradash <adash>
Thu, 19 Jul 2007 16:34:15 +0000 (16:34 +0000)
commitd94659160520a148559d5ac90d1cc29afdc8366e
tree1eaa322fbf6e7233b45d494698851d7dca14b08e
parentebc35d5dd596636b70848ff97ed061058ddddd75
a. Change queue implementation to linked list
b. add new library for prefetch cache lookup
c. Inittialize data structures
d. prefetch call generated by compiler
e. primary prefetch thread processing included
Robust/src/Runtime/DSTM/interface/Makefile
Robust/src/Runtime/DSTM/interface/dstm.h
Robust/src/Runtime/DSTM/interface/prelookup.c [new file with mode: 0644]
Robust/src/Runtime/DSTM/interface/prelookup.h [new file with mode: 0644]
Robust/src/Runtime/DSTM/interface/queue.c
Robust/src/Runtime/DSTM/interface/queue.h
Robust/src/Runtime/DSTM/interface/testd-3.c
Robust/src/Runtime/DSTM/interface/testd-4.c
Robust/src/Runtime/DSTM/interface/testserver.c
Robust/src/Runtime/DSTM/interface/trans.c