projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7fcd2
)
clockvector: snapshot the whole object
author
Brian Norris
<banorris@uci.edu>
Tue, 2 Oct 2012 19:17:16 +0000
(12:17 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 2 Oct 2012 19:17:16 +0000
(12:17 -0700)
clockvector.h
patch
|
blob
|
history
diff --git
a/clockvector.h
b/clockvector.h
index f2716dbd90497c9f260b1730bee9d25bc9c622fd..739a336e1adc6c81178686c10da60d411cd903b8 100644
(file)
--- a/
clockvector.h
+++ b/
clockvector.h
@@
-23,7
+23,7
@@
public:
void print() const;
modelclock_t getClock(thread_id_t thread);
-
MEM
ALLOC
+
SNAPSHOT
ALLOC
private:
/** @brief Holds the actual clock data, as an array. */
modelclock_t *clock;