On Fri, 08 Nov 2019 22:59:18 +0900
Oleg Endo wrote:
> On Fri, 2019-11-08 at 13:27 +, Jozef Lawrynowicz wrote:
> >
> > Yes, I should have used -flto in my examples. But it doesn't help remove
> > these
> > CRT library functions which are normally either directly added to the
> > list of func
On Fri, 2019-11-08 at 13:27 +, Jozef Lawrynowicz wrote:
>
> Yes, I should have used -flto in my examples. But it doesn't help remove these
> CRT library functions which are normally either directly added to the
> list of functions to run before main (via .init, .ctors or .init_array) or
> use
On Fri, 08 Nov 2019 21:14:19 +0900
Oleg Endo wrote:
> On Thu, 2019-11-07 at 21:31 +, Jozef Lawrynowicz wrote:
> > When building small programs for MSP430, the impact of the unused
> > functions pulled in from the CRT libraries is quite noticeable. Most of
> > these
> > relates to feature tha
On Thu, 2019-11-07 at 21:31 +, Jozef Lawrynowicz wrote:
> When building small programs for MSP430, the impact of the unused
> functions pulled in from the CRT libraries is quite noticeable. Most of these
> relates to feature that will never be used for MSP430 (Transactional memory,
> supporting