Skip to content

bmwiedemann/ddcpoc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This git repo is about doing a DDC POC - a proof-of-concept of a diverse double compilation 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

About

a proof-of-concept of a diverse double compilation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages