[Sdcc-user] z80 binary sizes increasing by 25%

2016-07-30 Thread alvin albrecht
Sometime after #9676 and up to and including #9682, I am seeing an increase in z80 binary sizes of 25% in some compiles. It seems to be connected to increase spill to the stack and higher use of index registers in accessing stack variables. I will try to look closer to nail down what it is b

Re: [Sdcc-user] z80 binary sizes increasing by 25%

2016-07-30 Thread Erik Petrich
On Sat, 30 Jul 2016, alvin albrecht wrote: Sometime after #9676 and up to and including #9682,  I am seeing an increase in z80 binary sizes of 25% in some compiles.  It seems to be connected to increase spill to the stack and higher use of index registers in accessing stack variables.  I wil

Re: [Sdcc-user] z80 binary sizes increasing by 25%

2016-07-30 Thread Philipp Klaus Krause
On 30.07.2016 10:02, Erik Petrich wrote: > > > On Sat, 30 Jul 2016, alvin albrecht wrote: > >> >> >> Sometime after #9676 and up to and including #9682, I am seeing an >> increase >> in z80 binary sizes of 25% in some compiles. It seems to be connected to >> increase spill to the stack and hig

Re: [Sdcc-user] z80 binary sizes increasing by 25%

2016-07-30 Thread Erik Petrich
On Sat, 30 Jul 2016, Philipp Klaus Krause wrote: > On 30.07.2016 10:02, Erik Petrich wrote: >> >> >> On Sat, 30 Jul 2016, alvin albrecht wrote: >> >>> >>> >>> Sometime after #9676 and up to and including #9682, I am seeing an >>> increase >>> in z80 binary sizes of 25% in some compiles. It see