<div dir="ltr">I'm not sure I follow.  Will the final binaries have a bad RPATH or not?  A 1sec startup pause on some (admittedly crazy) systems seems like a big deal to me.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Jun 7, 2013 at 6:51 AM, Bill Wendling <span dir="ltr"><<a href="mailto:wendling@apple.com" target="_blank">wendling@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Jun 6, 2013, at 9:04 AM, Hans Wennborg <<a href="mailto:hans@chromium.org">hans@chromium.org</a>> wrote:<br>
<br>
> It's probably PR12517.<br>
><br>
> Looking at the clang binary, it's got a /home/ dir in RPATH:<br>
><br>
> $ objdump -p clang+llvm-3.3rc3-Ubuntu-12.04.2-x86_64/bin/clang | grep RPATH<br>
>  RPATH<br>
> $ORIGIN/../lib:/home/aadgrand/tmp/LLVM-3.3rc3/rc3/Phase3/Release+Asserts/llvmCore-3.3-rc3.obj/Release+Asserts/bin<br>
><br>
> This will slow things down if the system tries to automount /home/aadgrand.<br>
><br>
> Maybe we should merge r182559 to the release branch? Or at least we<br>
> should take care not to build it in a /home directory.<br>
><br>
</div>We won't be merging any more patches into the branch. We're basically done with it now. We just need to create the final binaries.<br>
<br>
The regression isn't expected, of course. I hope it's what Hans described... :)<br>
<span class="HOEnZb"><font color="#888888"><br>
-bw<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
> - Hans<br>
><br>
> On Thu, Jun 6, 2013 at 4:19 PM, Timur Iskhodzhanov <<a href="mailto:timurrrr@google.com">timurrrr@google.com</a>> wrote:<br>
>> Hi Bill,<br>
>><br>
>> I was running some benchmarks and was surprised that the startup<br>
>> performance of your binaries is much worse than the stable binaries<br>
>> for 3.2<br>
>><br>
>> I've used:<br>
>> <a href="http://llvm.org/releases/3.2/clang+llvm-3.2-x86_64-linux-ubuntu-12.04.tar.gz" target="_blank">http://llvm.org/releases/3.2/clang+llvm-3.2-x86_64-linux-ubuntu-12.04.tar.gz</a><br>
>> vs<br>
>> <a href="http://llvm.org/pre-releases/3.3/rc3/clang+llvm-3.3rc3-Ubuntu-12.04.2-x86_64.tar.gz" target="_blank">http://llvm.org/pre-releases/3.3/rc3/clang+llvm-3.3rc3-Ubuntu-12.04.2-x86_64.tar.gz</a><br>
>><br>
>> On a simple hello.c file:<br>
>> /ssd/bench$ TIMEFORMAT="%E"<br>
>> /ssd/bench$ for I in `seq 1 5`; do \<br>
>>  time /ssd/llvm3.2/bin/clang -c hello.c; \<br>
>>  done<br>
>> 0.015<br>
>> 0.014<br>
>> 0.013<br>
>> 0.013<br>
>> 0.013<br>
>><br>
>> /ssd/bench$ for I in `seq 1 5`; do \<br>
>>  time /ssd/llvm3.3rc/bin/clang -c hello.c; \<br>
>>  done<br>
>> 0.992<br>
>> 0.978<br>
>> 0.982<br>
>> 0.981<br>
>> 0.976<br>
>><br>
>> Is this an expected behaviour (e.g. +Asserts or Debug build)<br>
>> or a real regression?<br>
>><br>
>> P.s.<br>
>> I'm not very familiar with the Clang release process, so I might be<br>
>> missing something obvious...<br>
>><br>
>> --<br>
>> Thanks,<br>
>> Timur Iskhodzhanov<br>
>><br>
>> 2013/6/5 Bill Wendling <<a href="mailto:wendling@apple.com">wendling@apple.com</a>>:<br>
>>> Hi LLVM-ites!<br>
>>><br>
>>> We are doing a quick test of 3.3rc3. Our testers did a quick turn around and created binaries which you can test. Please give them a go and let us know how they work for you. They are here:<br>
>>><br>
>>>        <a href="http://llvm.org/pre-releases/3.3/rc3" target="_blank">http://llvm.org/pre-releases/3.3/rc3</a><br>
>>><br>
>>> We don't have a lot of time remaining in the release cycle, so please do whatever you can to make sure they are solid. In particular, make sure that they solve the PRs that were reported during the release (<a href="http://llvm.org/bugs/show_bug.cgi?id=15999" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=15999</a>).<br>

>>><br>
>>> Share and enjoy!<br>
>>> -bw<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>