search for: r352227

Displaying 4 results from an estimated 4 matches for "r352227".

Did you mean: r352228
2019 Jan 28
2
Status update on the hot/cold splitting pass
The splitting pass currently doesn’t move cold symbols into a separate section. Is that affecting your results? On Darwin, we plan on using a symbol attribute to provide an ordering hint to the linker (see r352227, N_COLD_FUNC). vedant > On Jan 28, 2019, at 10:51 AM, Aditya K via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Very happy to see good results. On our side, we are still struggling with getting a good profile to get aggressive hot-cold splitting. Static profile isn't helpi...
2019 Feb 05
2
Status update on the hot/cold splitting pass
...t:* Re: [llvm-dev] Status update on the hot/cold splitting pass > > The splitting pass currently doesn’t move cold symbols into a separate > section. Is that affecting your results? > > On Darwin, we plan on using a symbol attribute to provide an ordering hint > to the linker (see r352227, N_COLD_FUNC). > > vedant > > On Jan 28, 2019, at 10:51 AM, Aditya K via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Very happy to see good results. On our side, we are still struggling with > getting a good profile to get aggressive hot-cold splitting. Static...
2019 Feb 05
2
Status update on the hot/cold splitting pass
...s update on the hot/cold splitting pass >> >> The splitting pass currently doesn’t move cold symbols into a separate >> section. Is that affecting your results? >> >> On Darwin, we plan on using a symbol attribute to provide an ordering >> hint to the linker (see r352227, N_COLD_FUNC). >> >> vedant >> >> On Jan 28, 2019, at 10:51 AM, Aditya K via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >> Very happy to see good results. On our side, we are still struggling with >> getting a good profile to get aggres...
2019 Jan 26
2
Status update on the hot/cold splitting pass
Hello, I’d like to give a status update to the community about the recently-added hot/cold splitting pass. I'll provide some motivation for the pass, describe its implementation, summarize recent/ongoing work, and share early results. # Motivation We (at Apple) have found that memory pressure from resident pages of code is significant on embedded devices. In particular, this pressure spikes