summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--upb/atomic.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c94728b..99563b8 100644
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,7 @@ BENCHMARKS=$(UPB_BENCHMARKS) \
upb_benchmarks: $(UPB_BENCHMARKS)
benchmarks: $(BENCHMARKS)
-benchmark:
+benchmark: $(BENCHMARKS)
@rm -f benchmarks/results
@rm -rf benchmarks/*.dSYM
@for test in benchmarks/b.* ; do ./$$test ; done
diff --git a/upb/atomic.h b/upb/atomic.h
index d2b2bd2..87a0141 100644
--- a/upb/atomic.h
+++ b/upb/atomic.h
@@ -14,6 +14,9 @@
*
* - a reader/writer lock (wrappers around platform-provided mutexes).
* - an atomic refcount.
+ *
+ * TODO: This needs some revisiting/refinement, see:
+ * http://code.google.com/p/upb/issues/detail?id=8
*/
#ifndef UPB_ATOMIC_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback