summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-08 17:53:34 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-08 17:53:34 +0200
commitdfd08d5ec8182a3451865c00aa058f7579c478d0 (patch)
treee799795fc29864d6f2bb5367119f3730ebc63023 /open_issues
parent3727b4e07b857911414513c74d359b7e39fd9f45 (diff)
open_issues/boehm_gc: 5f3d02837738332457ed15a63d868a16c6c352b0 (2011-05-03), cc193eeac91851d94bcd01cf3058d947c80b28b2 (2010-09-15)
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/boehm_gc.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/open_issues/boehm_gc.mdwn b/open_issues/boehm_gc.mdwn
index 127baef5..6eceb19d 100644
--- a/open_issues/boehm_gc.mdwn
+++ b/open_issues/boehm_gc.mdwn
@@ -28,11 +28,11 @@ committed upstream should very like also be made there.
git checkout reviewed
git log --reverse --pretty=fuller --stat=$COLUMNS,$COLUMNS -p -C --cc ..upstream/master
-i
-/^commit |^---$
+/^commit |^---$|hurd|linux
-->
-Last reviewed up to the 2f68acaa38da8de98f66e677306b7645e83159ef (2010-11-04)
+Last reviewed up to the 5f3d02837738332457ed15a63d868a16c6c352b0 (2011-05-03)
sources, and for `libatomic_ops` to the
cc193eeac91851d94bcd01cf3058d947c80b28b2 (2010-09-15) sources.
@@ -265,7 +265,7 @@ cc193eeac91851d94bcd01cf3058d947c80b28b2 (2010-09-15) sources.
# Build
Here's a log of a binutils build run; this is from the
-2f68acaa38da8de98f66e677306b7645e83159ef (2010-11-04) sources, and for
+5f3d02837738332457ed15a63d868a16c6c352b0 (2011-05-03) sources, and for
`libatomic_ops` for the cc193eeac91851d94bcd01cf3058d947c80b28b2 (2010-09-15)
sources, run on kepler.SCHWINGE and coulomb.SCHWINGE.
@@ -325,13 +325,13 @@ min on coulomb.SCHWINGE.
This needs roughly X min on kepler.SCHWINGE and X min on coulomb.SCHWINGE.
+
+## Analysis
+
$ ssh kepler.SCHWINGE 'cd tmp/source/boehm-gc/ && cat master.build/log_check | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' > toolchain/logs/boehm-gc/linux/log_check
$ ssh coulomb.SCHWINGE 'cd tmp/boehm-gc/ && cat master.build/log_check | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' > toolchain/logs/boehm-gc/hurd/log_check
$ diff -wu <(sed -f toolchain/logs/boehm-gc/linux/log_check.sed < toolchain/logs/boehm-gc/linux/log_check) <(sed -f toolchain/logs/boehm-gc/hurd/log_check.sed < toolchain/logs/boehm-gc/hurd/log_check) > toolchain/logs/boehm-gc/log_check.diff
-
-## Analysis
-
There are different configurations possible, but in general, the testsuite
restults of GNU/Linux and GNU/Hurd look very similar.