~ salmonella-environment-setup (master) 55773483b920bff4725fe57566148502cd3d5677
commit 55773483b920bff4725fe57566148502cd3d5677 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sat Jun 23 21:39:34 2018 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Sat Jun 23 21:39:34 2018 +0200 index.wiki: split results between C4 and C5 diff --git a/index.wiki b/index.wiki index 19a8520..63f8027 100644 --- a/index.wiki +++ b/index.wiki @@ -17,6 +17,8 @@ repository, C compiler, operating system, hardware platform and date <nowiki><p> </p></nowiki> +=== CHICKEN 5 + <table> <tr> <th>OS</th><th>HW</th><th>Branch</th><th>C compiler</th><th>Debug?</th><th>Cached?</th> @@ -24,18 +26,41 @@ repository, C compiler, operating system, hardware platform and date <th>Atom feeds</th> </tr> - <tr> - <td>FreeBSD</td><td>x86-64</td><td>chicken-4</td><td>clang</td><td>no</td><td>yes</td> - <td>[[http://salmonella-freebsd-x86-64.call-cc.org/chicken-4/clang/freebsd/x86-64/2018|2018]]</td> - <td>[[http://salmonella-freebsd-x86-64.call-cc.org/feeds/chicken-4/clang/freebsd/x86-64/|feeds]]</td> - </tr> - <tr> <td>FreeBSD</td><td>x86-64</td><td>master</td><td>clang</td><td>no</td><td>yes</td> <td>[[http://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2018|2018]]</td> <td>[[http://salmonella-freebsd-x86-64.call-cc.org/feeds/master/clang/freebsd/x86-64/|feeds]]</td> </tr> + <tr> + <td>Linux</td><td>x86</td><td>master</td><td>gcc</td><td>yes</td><td>yes</td> + <td>[[http://salmonella-linux-x86.call-cc.org/master-debugbuild/gcc/linux/x86/2018|2018]]</td> + <td>[[http://salmonella-linux-x86.call-cc.org/feeds/master-debugbuild/gcc/linux/x86/|feeds]]</td> + </tr> + + <tr> + <td>Linux</td><td>x86-64</td><td>master</td><td>gcc</td><td>no</td><td>yes</td> + <td>[[http://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2018|2018]]</td> + <td>[[http://salmonella-linux-x86-64.call-cc.org/feeds/master/gcc/linux/x86-64/|feeds]]</td> + </tr> + +</table> + +=== CHICKEN 4 + +<table> + <tr> + <th>OS</th><th>HW</th><th>Branch</th><th>C compiler</th><th>Debug?</th><th>Cached?</th> + <th>Results</th> + <th>Atom feeds</th> + </tr> + + <tr> + <td>FreeBSD</td><td>x86-64</td><td>chicken-4</td><td>clang</td><td>no</td><td>yes</td> + <td>[[http://salmonella-freebsd-x86-64.call-cc.org/chicken-4/clang/freebsd/x86-64/2018|2018]]</td> + <td>[[http://salmonella-freebsd-x86-64.call-cc.org/feeds/chicken-4/clang/freebsd/x86-64/|feeds]]</td> + </tr> + <tr> <td>Linux</td><td>x86</td><td>chicken-4</td><td>gcc</td><td>yes</td><td>yes</td> <td>[[http://salmonella-linux-x86.call-cc.org/chicken-4-debugbuild/gcc/linux/x86/2018|2018]]</td> @@ -48,12 +73,6 @@ repository, C compiler, operating system, hardware platform and date <td>[[http://salmonella-linux-x86.call-cc.org/feeds/chicken-4/clang/linux/x86/|feeds]]</td> </tr> - <tr> - <td>Linux</td><td>x86</td><td>master</td><td>gcc</td><td>yes</td><td>yes</td> - <td>[[http://salmonella-linux-x86.call-cc.org/master-debugbuild/gcc/linux/x86/2018|2018]]</td> - <td>[[http://salmonella-linux-x86.call-cc.org/feeds/master-debugbuild/gcc/linux/x86/|feeds]]</td> - </tr> - <tr> <td>Linux</td><td>x86-64</td><td>chicken-4</td><td>gcc</td><td>no</td><td>yes</td> <td>[[https://salmonella-linux-x86-64.call-cc.org/chicken-4/gcc/linux/x86-64/2018|2018]]</td> @@ -72,15 +91,8 @@ repository, C compiler, operating system, hardware platform and date <td>[[https://salmonella-linux-x86-64.call-cc.org/feeds/chicken-4/clang/linux/x86-64/|feeds]]</td> </tr> - <tr> - <td>Linux</td><td>x86-64</td><td>master</td><td>gcc</td><td>no</td><td>yes</td> - <td>[[http://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2018|2018]]</td> - <td>[[http://salmonella-linux-x86-64.call-cc.org/feeds/master/gcc/linux/x86-64/|feeds]]</td> - </tr> - </table> -''master'' is currently CHICKEN 5. The ''Debug?'' column indicates whether CHICKEN was build with the {{DEBUGBUILD}} variable set or not.Trap