Re: [OE-core] python3 recipe PGO tests

2020-06-18 Thread Ryan Rowe
On 18/6/20, 16:57, "Khem Raj" wrote: > > On Thu, Jun 18, 2020 at 4:47 PM Andre McCurdy wrote: > > > > On Thu, Jun 18, 2020 at 4:25 PM Khem Raj wrote: > > > > > > On Monday, June 15, 2020 1:33:26 PM PDT Ryan Rowe wrote: > > > > > > > On 14/6/20, 18:05, "Mittal, Anuj" wrote: > > > > > > > > > On

Re: [OE-core] python3 recipe PGO tests

2020-06-18 Thread Khem Raj
On Thu, Jun 18, 2020 at 4:47 PM Andre McCurdy wrote: > > On Thu, Jun 18, 2020 at 4:25 PM Khem Raj wrote: > > > > On Monday, June 15, 2020 1:33:26 PM PDT Ryan Rowe wrote: > > > On 14/6/20, 18:05, "Mittal, Anuj" wrote: > > > > > > > On Fri, 2020-06-12 at 21:28 +, Ryan Rowe wrote: > > > > > > >

Re: [OE-core] python3 recipe PGO tests

2020-06-18 Thread Andre McCurdy
On Thu, Jun 18, 2020 at 4:25 PM Khem Raj wrote: > > On Monday, June 15, 2020 1:33:26 PM PDT Ryan Rowe wrote: > > On 14/6/20, 18:05, "Mittal, Anuj" wrote: > > > > > On Fri, 2020-06-12 at 21:28 +, Ryan Rowe wrote: > > > > > > > Hello Alex, > > > > > > > > > > > > > > > > I’m investigating Pytho

Re: [OE-core] python3 recipe PGO tests

2020-06-18 Thread Khem Raj
On Monday, June 15, 2020 1:33:26 PM PDT Ryan Rowe wrote: > On 14/6/20, 18:05, "Mittal, Anuj" wrote: > > > On Fri, 2020-06-12 at 21:28 +, Ryan Rowe wrote: > > > > > Hello Alex, > > > > > > > > > > > > I’m investigating Python 3 performance issues on a Raspberry Pi Yocto > > > build; I appreci

Re: [OE-core] python3 recipe PGO tests

2020-06-15 Thread Ryan Rowe
On 14/6/20, 18:05, "Mittal, Anuj" wrote: > On Fri, 2020-06-12 at 21:28 +, Ryan Rowe wrote: > > Hello Alex, > > > > I’m investigating Python 3 performance issues on a Raspberry Pi Yocto > > build; I appreciate any insights you can provide into the problem. > > > > In my investigation, I noticed

Re: [OE-core] python3 recipe PGO tests

2020-06-14 Thread Anuj Mittal
On Fri, 2020-06-12 at 21:28 +, Ryan Rowe wrote: > Hello Alex, > > I’m investigating Python 3 performance issues on a Raspberry Pi Yocto > build; I appreciate any insights you can provide into the problem. > > In my investigation, I noticed that PGO was disabled in all cases due > to a small

Re: [OE-core] python3 recipe PGO tests

2020-06-12 Thread Alexander Kanavin
Hello Ryan, I did not write the pgo bits, I only preserved them (without testing) when the Python recipe was rewritten from scratch (by me) in order to bring some sanity to it, and make it possible again to update it to newer versions. The people you want to talk to are Anuj Mittal and Ross Burton

[OE-core] python3 recipe PGO tests

2020-06-12 Thread Ryan Rowe
Hello Alex, I’m investigating Python 3 performance issues on a Raspberry Pi Yocto build; I appreciate any insights you can provide into the problem. In my investigation, I noticed that PGO was disabled in all cases due to a small bug. I fixed it in a patch submitted to OE-Core (#139459