- 26 Jan, 2017 2 commits
-
-
Christian Dietrich authored
I suspect the mbedtls programs to cause a lot of failed commits. Currently, we see 66/500 commits fail in mbedtls.
-
Christian Dietrich authored
During the historical build of cPython, I discovered that hashing of vector operations was not implemented. Again this had no influence on the incremental builds, since there was no chance to detect a change.
-
- 25 Jan, 2017 6 commits
-
-
Christian Dietrich authored
In C you can have extern definition and declaration in one place: extern void foo() { ... } These must not be ignored.
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
Sometimes (I didn't search for the reason), the objectfile cache handling was broken.
-
- 24 Jan, 2017 2 commits
-
-
Ludwig Fueracker authored
-
Ludwig Fueracker authored
-
- 23 Jan, 2017 3 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
- 19 Jan, 2017 1 commit
-
-
Christian Dietrich authored
-
- 16 Jan, 2017 4 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
- 13 Jan, 2017 10 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
Since i suspect the bash overhead to be the reason for the overhead observed in musl libc that made clang-hash slower than recompilation.
-
Christian Dietrich authored
Too fool ccache, we add a spurious semi-colon in the global space. To avoid warnings, which could slow down compilation, we have to suppress the warnings and ignore the empty declaration in the visitor. The warnings are only visible with -pedantic, which is no problem for the data we have gathered so far.
-
Christian Dietrich authored
-
Christian Dietrich authored
ccache does not redo the compilation, if only a newline was added. But a single semi-colon does do the trick.
-
- 12 Jan, 2017 12 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
Since we want to measure an end to end time, we have to use the bare-mininum wrappers that only call clang with {nothing, ccache, clang-hash}
-
Christian Dietrich authored
-
Christian Dietrich authored
-