Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/ddcpoc
a proof-of-concept of a diverse double compilation
https://github.com/bmwiedemann/ddcpoc
Last synced: 17 days ago
JSON representation
a proof-of-concept of a diverse double compilation
- Host: GitHub
- URL: https://github.com/bmwiedemann/ddcpoc
- Owner: bmwiedemann
- License: mit
- Created: 2017-11-02T15:55:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T04:21:02.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T04:04:07.715Z (24 days ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This git repo is about doing a DDC POC - a proof-of-concept of a [diverse double compilation](https://www.schneier.com/blog/archives/2006/01/countering_trus.html) using tinycc aka tcc because
* it is easier to get started with it
* it is already building reproducibly
* faster to compile (gcc takes over one hour)
* it has fewer build dependencies (which need to be version-tracked when rebuilding)## Using more compilers
`ddc.sh` will automatically pick up the following compilers on your PATH and
test them:Compiler | Download URL
--------------|-------------------------------------
cc | Whatever your system default is
gcc | You know where to get this
clang | You know where to get this
icc | https://software.intel.com/en-us/parallel-studio-xe/choose-download/open-source-contributor
pgcc | https://www.pgroup.com/products/community.htm