summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-01-21 20:13:52 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-01-21 20:13:52 +0100
commit098dd44b0ac7202eca5285309322931fd101467a (patch)
tree31522844bb1ca7b48ba3eb55e7a2938d5b6f5f9f /open_issues
parentd5ab6ea0cb34d56920387e8a8736f5f69d6ee2f0 (diff)
open_issues/boehm_gc: bf62552626acc7ad8babdc350a6365cb97ec8776 (2015-01-07), 09887cae2790e29ff535cc56f7bd0c4459ef4e2b (2015-01-09)
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/boehm_gc.mdwn24
1 files changed, 7 insertions, 17 deletions
diff --git a/open_issues/boehm_gc.mdwn b/open_issues/boehm_gc.mdwn
index c66423c3..535bed61 100644
--- a/open_issues/boehm_gc.mdwn
+++ b/open_issues/boehm_gc.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2010, 2012, 2013, 2014 Free Software Foundation,
-Inc."]]
+[[!meta copyright="Copyright © 2010, 2012, 2013, 2014, 2015 Free Software
+Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -33,9 +33,9 @@ git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefi
-->
-Last reviewed up to Git commit ad2be4bcad9c1de18feef7f8d7ebb98d680f064f
-(2014-09-20), and for `libatomic_ops` to Git commit
-ba6c3170412ef7f751ff63e2b656296265dcff93 (2014-06-13).
+Last reviewed up to Git commit bf62552626acc7ad8babdc350a6365cb97ec8776
+(2015-01-07), and for `libatomic_ops` to Git commit
+09887cae2790e29ff535cc56f7bd0c4459ef4e2b (2015-01-09).
* `configure.ac`
@@ -382,9 +382,8 @@ ba6c3170412ef7f751ff63e2b656296265dcff93 (2014-06-13).
# Build
Here's a log of a boehm-gc build run; this is from Git commit
-ad2be4bcad9c1de18feef7f8d7ebb98d680f064f (2014-09-20) plus [[!message-id
-"87ioke3iun.fsf@kepler.schwinge.homeip.net"]], and for `libatomic_ops` to Git
-commit ba6c3170412ef7f751ff63e2b656296265dcff93 (2014-06-13), run on
+bf62552626acc7ad8babdc350a6365cb97ec8776 (2015-01-07), and for `libatomic_ops`
+Git commit 09887cae2790e29ff535cc56f7bd0c4459ef4e2b (2015-01-09), run on
kepler.SCHWINGE and laplace.SCHWINGE.
$ export LC_ALL=C
@@ -398,9 +397,6 @@ kepler.SCHWINGE and laplace.SCHWINGE.
Different hosts may default to different shells and compiler versions; thus
harmonized. Using bash instead of dash as otherwise libtool explodes.
-This takes up around TODO GiB, and runs for [[TODO min|performance#measure]] on
-kepler.SCHWINGE and [[TODO min|performance#measure]] on laplace.SCHWINGE.
-
<!--
$ (make && touch .go-install) 2>&1 | tee log_build_ && test -f .go-install && (make install && touch .go-test) 2>&1 | tee log_install && test -f .go-test && { make -k check 2>&1 | tee log_test; (cd libatomic_ops/ && make -k check) 2>&1 | tee log_test_; }
@@ -424,9 +420,6 @@ kepler.SCHWINGE and [[TODO min|performance#measure]] on laplace.SCHWINGE.
$ make install 2>&1 | tee log_install
[...]
-This takes up around TODO MiB, and runs for [[TODO min|performance#measure]] on
-kepler.SCHWINGE and [[TODO min|performance#measure]] on laplace.SCHWINGE.
-
## Analysis
@@ -440,9 +433,6 @@ kepler.SCHWINGE and [[TODO min|performance#measure]] on laplace.SCHWINGE.
$ (cd libatomic_ops/ && make -k check) 2>&1 | tee log_test_
[...]
-This runs for [[TODO min|performance#measure]] on kepler.SCHWINGE and [[TODO
-min|performance#measure]] on laplace.SCHWINGE.
-
## Analysis