projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372243b
)
add RCR to the global gc initializer...bad if we have globals though
author
bdemsky
<bdemsky>
Sat, 2 Apr 2011 04:02:42 +0000
(
04:02
+0000)
committer
bdemsky
<bdemsky>
Sat, 2 Apr 2011 04:02:42 +0000
(
04:02
+0000)
Robust/src/Runtime/garbage.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/garbage.c
b/Robust/src/Runtime/garbage.c
index 944bd5d7d8b466f83f91ed8dc9c6141e06b56f3a..c58974fa5f3b0a52e36964bbca9811d4edd7e5b7 100644
(file)
--- a/
Robust/src/Runtime/garbage.c
+++ b/
Robust/src/Runtime/garbage.c
@@
-453,7
+453,7
@@
void collect(struct garbagelist * stackptr) {
ENQUEUE(___fcrevert___, ___fcrevert___);
#endif
-#if defined(THREADS)||defined(DSTM)||defined(STM)
+#if defined(THREADS)||defined(DSTM)||defined(STM)
||defined(MLP)
{
int i;
stackptr=(struct garbagelist *)global_defs_p;