[fpc-devel] register allocator seems to be using S20 for two things at the same time (related to armhf porting work)

2012-03-17 Thread peter green
While testing my armhf porting work (which I will send on request, including it in this mail seems to make it too big for the list to accept) I came across a case where parameters were passed incorrectly to a function with a large number of parameters (14 single, 1 double). Initially I thought

RE: [fpc-devel] update on freepascal armhf porting, doubles are working now for singles.

2012-03-17 Thread Pierre Free Pascal
> -Message d'origine- > De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel- > boun...@lists.freepascal.org] De la part de peter green > Envoyé : samedi 17 mars 2012 02:35 > À : FPC developers' list > Objet : [fpc-devel] update on freepascal armhf porting, doubles are working >

[fpc-devel] Re: [Lazarus] How to iterate through a TAvgLvlTree

2012-03-17 Thread Felipe Monteiro de Carvalho
Can I add a routine to access the AvgLvlTree as an array? To make it a better substitute to TFPList in objects which offer an indirect interface to the internal list, such as TLazAccessibleObject. My idea is defining: Index zero = Tree.FindLowest Indez Count-1= Tree.FindHighest On each access sto