[fpc-devel] Some thoughts about TFPList

2005-05-02 Thread pascalive
I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtual methods add some degree of performance hit. Luiz _

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Michael Van Canneyt
On Mon, 2 May 2005, pascalive wrote: I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtual methods add some degree of

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Luiz Américo
Michael Van Canneyt wrote: On Mon, 2 May 2005, pascalive wrote: I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtu

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Dean Zobec
Michael Van Canneyt wrote: On Mon, 2 May 2005, pascalive wrote: I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtu

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Michael Van Canneyt
On Tue, 3 May 2005, Dean Zobec wrote: > Michael Van Canneyt wrote: > > > > > > > On Mon, 2 May 2005, pascalive wrote: > > > > > I noticed that TFPList class was added in cvs version as a way to get > > > rid of Notify performance penalty. I suggest to remove TFPList.Grow > > > method since i