Re: add taishanv110 pipeline scheduling

2018-12-14 Thread Ramana Radhakrishnan
Hi Wuyuan, On 06/12/2018 01:31, wuyuan (E) wrote: > Hi ARM maintainers: > The taishanv110 core uses generic pipeline scheduling, which > restricted the performance of taishanv110 core. By adding the pipeline > scheduling of taishanv110 core in GCC,The performance of taishanv110 has

答复: add taishanv110 pipeline scheduling

2018-12-11 Thread wuyuan (E)
: Zhanghaijian (A) ; Zhangyichao (AB) ; Yangfei (Felix) ; James Greenhalgh ; Richard Earnshaw ; Ramana Radhakrishnan ; Marcus Shawcroft 主题: Re: add taishanv110 pipeline scheduling Hi Wu, I notice you CC'ed the arm maintainers. This is an aarch64 patch as the arm (aarch32) and aarch64 ports

Re: add taishanv110 pipeline scheduling

2018-12-06 Thread Kyrill Tkachov
Hi Wu, I notice you CC'ed the arm maintainers. This is an aarch64 patch as the arm (aarch32) and aarch64 ports are separate in GCC. I've added the aarch64 maintainers on CC for you. On 06/12/18 01:31, wuyuan (E) wrote: Hi ARM maintainers: The taishanv110 core uses generic pipeline

Re: add taishanv110 pipeline scheduling

2018-12-05 Thread Terry Guo
On Thu, Dec 6, 2018 at 9:31 AM wuyuan (E) wrote: > > Hi ARM maintainers: > The taishanv110 core uses generic pipeline scheduling, which > restricted the performance of taishanv110 core. By adding the pipeline > scheduling of taishanv110 core in GCC,The performance of taishanv110 has

add taishanv110 pipeline scheduling

2018-12-05 Thread wuyuan (E)
Hi ARM maintainers: The taishanv110 core uses generic pipeline scheduling, which restricted the performance of taishanv110 core. By adding the pipeline scheduling of taishanv110 core in GCC,The performance of taishanv110 has been improved. The patch as follows, please join.