|
|
|
|
|
by daeken
5103 days ago
|
|
In my experience, clang/LLVM tend to spit out significantly larger (10-20%) binaries than gcc for x86 and ARM. Have you seen size increases on the Arduino as well? That'd be a big concern for me, given the limited space available. |
|
P.S. A size comparison will be very interesting. I will go out on a limb and assume that LLVM spits larger binaries when optimizing the code for speed. We use -Os to optimize for size, so it will be interesting to see which does the best job.