Displaying 1 result from an estimated 1 matches for "341eeea".
2013 Oct 18
0
[LLVMdev] ELLCC has self hosted.
...sl, and
compiler-rt
3. Use the newly built compiler to build itself again.
One interesting side note: The compiler was 12MB smaller after it built
itself.
ct-fw-88 ellcc 622 % size */Release+Asserts/bin/ecc
text data bss dec hex filename
52415858 2152024 84768 54652650 341eeea
llvm-build/Release+Asserts/bin/ecc
40222706 2117136 135416 42475258 2881efa
llvm-build-self/Release+Asserts/bin/ecc
Even more interesting, it was compiled statically. No dynamic libraries
needed:
ct-fw-88 ellcc 623 % ldd */Release+Asserts/bin/ecc
llvm-build/Release+Asserts/bin/ecc:...