Displaying 2 results from an estimated 2 matches for "a13537c5".
Did you mean:
135375
2012 May 27
0
[LLVMdev] Linking times
Do you specify CMAKE_BUILD_TYPE
if you are using cmake?
2012/05/27 18:21 "Mikael Lyngvig" <mikael at lyngvig.org>:
> Hi,
>
> Just a brief follow-up on my link time issue: It was caused by excessive
> trashing; I tried rebuilding on a box with 8 gigs of RAM and observed the
> memory load while linking clang.exe: It peaked at 5 gigabytes memory, so
> now I've
2012 May 27
2
[LLVMdev] Linking times
Hi,
Just a brief follow-up on my link time issue: It was caused by excessive
trashing; I tried rebuilding on a box with 8 gigs of RAM and observed the
memory load while linking clang.exe: It peaked at 5 gigabytes memory, so
now I've written this piece of info into the LLVM/Windows document that I
posted earlier (I have already made a substantial number of corrections in
the document). All in