Replies: 2 comments 2 replies
-
C3's compilation time depends very much on LLVM. The LLVM part is over 95% of the compilation time. So if you have something which has an error, you'll get the error quickly. The LLVM compilation is multithreaded, so you'll get an advantage on multicore systems. As a rule of thumb, it should compile faster than Clang compiles pure C code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is IC implemented? Code changes in a single file/module should not compile the whole code base. Is this supported in C3 + LLVM process? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an experience about compilation time?
Does C3 use IC?
Is C3 compareable with Go concerning compilation speed?
Beta Was this translation helpful? Give feedback.
All reactions