On 12/6/2014 11:59 PM, Cst King wrote:
> In linux pgo builds, xul is linked twice at least during profile use phase.
> Can it be avoided? 
>
If it's getting linked twice during the second phase that's a bug. If
you mean it's getting linked twice total, then that's intended. PGO
builds first build an instrumented build (the first link), and then
after profiling rebuild using the data from profiling to generate better
code (the second link). If you're seeing something else you should file
a bug and provide build logs.

-Ted

_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to