diff options
-rw-r--r-- | open_issues/boehm_gc.mdwn | 12 | ||||
m--------- | toolchain/logs | 10 |
2 files changed, 11 insertions, 11 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. diff --git a/toolchain/logs b/toolchain/logs -Subproject 3ff5317fab7254cf034a9ac09f2b2ed6df8db36 +Subproject 3d109c8a83fbe5c2be49fc56740999d33f890cd |