- 13 Jan, 2017 5 commits
-
-
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 13 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
-
Christian Dietrich authored
-
- 11 Jan, 2017 3 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
- 10 Jan, 2017 6 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
- 09 Jan, 2017 3 commits
-
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
-
- 01 Jan, 2017 4 commits
-
-
Ludwig Fueracker authored
-
Ludwig Fueracker authored
-
Ludwig Fueracker authored
-
Ludwig Fueracker authored
-
- 21 Dec, 2016 1 commit
-
-
Ludwig Fueracker authored
-
- 09 Nov, 2016 1 commit
-
-
Ludwig Fueracker authored
-
- 25 Oct, 2016 4 commits
-
-
Christian Dietrich authored
The changes test cases were all brittle and fragile regarding the system configuration. On Linux, they actually were correct, but only on pure luck.
-
Christian Dietrich authored
-
Christian Dietrich authored
-
Christian Dietrich authored
This change speeds up the compilation of the plugin significantly.
-