Re: [OE-core] [PATCH] webkitgtk: Use linker options to reduce memory overhead during linking

2021-03-09 Thread Andreas Müller
On Tue, Mar 9, 2021 at 1:01 PM Alexander Kanavin wrote: > > Thanks Khem, this makes sense. > > Alex > webkitgtk is one of the top swappers for my (very old) machines - would be cool if this has an end Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [OE-core] [PATCH] webkitgtk: Use linker options to reduce memory overhead during linking

2021-03-09 Thread Alexander Kanavin
Thanks Khem, this makes sense. Alex On Tue, 9 Mar 2021 at 05:05, Khem Raj wrote: > On Mon, Mar 8, 2021 at 7:50 PM Alexander Kanavin > wrote: > > > > Can you please explain the context for this? Why would we want to > support building webkit on such constrained machines? 8g of ram means they >

Re: [OE-core] [PATCH] webkitgtk: Use linker options to reduce memory overhead during linking

2021-03-08 Thread Khem Raj
On Mon, Mar 8, 2021 at 7:50 PM Alexander Kanavin wrote: > > Can you please explain the context for this? Why would we want to support > building webkit on such constrained machines? 8g of ram means they can’t run > more than 4-6 gcc processes, so webkit builds will be unbearably slow anyway. >

Re: [OE-core] [PATCH] webkitgtk: Use linker options to reduce memory overhead during linking

2021-03-08 Thread Alexander Kanavin
Can you please explain the context for this? Why would we want to support building webkit on such constrained machines? 8g of ram means they can’t run more than 4-6 gcc processes, so webkit builds will be unbearably slow anyway. Alex On Tue 9. Mar 2021 at 1.00, Khem Raj wrote: > Helps builds on

[OE-core] [PATCH] webkitgtk: Use linker options to reduce memory overhead during linking

2021-03-08 Thread Khem Raj
Helps builds on machines with less RAM ( 8G ) Signed-off-by: Khem Raj --- .../webkitgtk/reduce-memory-overheads.patch | 22 +++ meta/recipes-sato/webkit/webkitgtk_2.30.5.bb | 1 + 2 files changed, 23 insertions(+) create mode 100644 meta/recipes-sato/webkit/webkitgtk/reduce