[cooker] Re: Why ICF and GC-sections are enabled ?

2019-09-24 Thread Tomasz Gajc
Worth to mention is that -ffunction-sections -fdata-sections were good in times where LTO was not available. wt., 24 wrz 2019, 23:49 użytkownik Tomasz Gajc napisał: > Hi, > > our linkers (ld.bfd, ld.lld) by default uses ICF and gc-sections > > >

[cooker] Why ICF and GC-sections are enabled ?

2019-09-24 Thread Tomasz Gajc
Hi, our linkers (ld.bfd, ld.lld) by default uses ICF and gc-sections https://github.com/OpenMandrivaAssociation/llvm/blob/3e06cf7671e8abed54b1f48c9689810d3cbf59f3/lld-default-settings.patch#L32

Re: [cooker] RPM why not use internal beecrypt ?

2019-09-24 Thread Neal Gompa
On Tue, Sep 24, 2019 at 5:27 PM Tomasz Gajc wrote: > > Hi, > > why our RPM uses external crypto engine which is set to OpenSSL ? > Isn't this a overkill ? > https://github.com/OpenMandrivaAssociation/rpm/blob/e8e8006f608eee038c4acb7484943f50e439/rpm.spec#L555 > > I'd like to suggest ti use

[cooker] RPM why not use internal beecrypt ?

2019-09-24 Thread Tomasz Gajc
Hi, why our RPM uses external crypto engine which is set to OpenSSL ? Isn't this a overkill ? https://github.com/OpenMandrivaAssociation/rpm/blob/e8e8006f608eee038c4acb7484943f50e439/rpm.spec#L555 I'd like to suggest ti use RPM's internal beecrypt as a crypto engine. WDYT ?

Re: [cooker] Hello, just a test

2019-09-24 Thread Ben Bullard
Hello esteemed colleagues, Testing Reply. On 9/24/19 8:25 AM, Raphaël Jadot wrote: Cheers, -- Raphaël J. -- Cooker mailing-list https://www.openmandriva.org/lists -- Ben Bullard ben79 OpenMandriva-QA Team -- Cooker mailing-list https://www.openmandriva.org/lists

[cooker] Hello, just a test

2019-09-24 Thread Raphaël Jadot
Cheers,, -- Raphaël J.  -- Cooker mailing-list https://www.openmandriva.org/lists

[cooker] Hello, just a test

2019-09-24 Thread Raphaël Jadot
Cheers, -- Raphaël J.  -- Cooker mailing-list https://www.openmandriva.org/lists

Re: [cooker] Use Thin LTO

2019-09-24 Thread Tomasz Gajc
Any news on this? Have you discussed that idea? czw., 22 sie 2019, 02:12 użytkownik Colin Close napisał: > Hi Tomek, > > This looks quite interesting as although ThinLto reults in some slower > executables this slight disadvantage is balanced out by significant > improvements in build time and

[cooker] Kernel compiled with LLVM/clang

2019-09-24 Thread Tomasz Gajc
Hi, I've spent some time to get our kernel compiled with LLVM/clang-9.0.0 It's not tested at all. Feel free to try it. Some observations: -O3 in clang works differently so it catches some error when compiling APPLESMC module, so I've disabled it. objtool makefile needed a patch to skip user