Re: [fpc-pascal] Compiler 2.20 for Arm

2007-09-24 Thread Carsten Bager
> Try to build with -s and examine/post the ppas.sh and link.res file. This is how the ppas.sh and the link.res file looks like. To me it looks ok. Do you think it is an error in the linker. Carsten #!/bin/sh DoExitAsm () { echo "An error occurred while assembling $1"; exit 1; } DoExitLink () {

Re: [fpc-pascal] memory allocation of dynamic array

2007-09-24 Thread Jonas Maebe
On 24 Sep 2007, at 14:12, mm wrote: Jonas Maebe a écrit : Counting on implementation details of opaque entities (such as set formats, anything regarding reference counted types such as when references are added or removed and when how many references will exist, rtti format, code generat

Re: [fpc-pascal] memory allocation of dynamic array

2007-09-24 Thread Florian Klaempfl
mm schrieb: > Jonas Maebe a écrit : > >> Counting on implementation details of opaque entities (such as set >> formats, anything regarding reference counted types such as when >> references are added or removed and when how many references will >> exist, rtti format, code generation details such a

Re: [fpc-pascal] memory allocation of dynamic array

2007-09-24 Thread mm
Jonas Maebe a écrit : Counting on implementation details of opaque entities (such as set formats, anything regarding reference counted types such as when references are added or removed and when how many references will exist, rtti format, code generation details such as evaluation order of p

Re: [fpc-pascal] memory allocation of dynamic array

2007-09-24 Thread Jonas Maebe
On 23 Sep 2007, at 05:18, Marc Santhoff wrote: My question: In which cases will it happen that the memory of a dynamic array is fragmented into multiple non-contiguous blocks? Even if the current implementation allocates dynamic arrays always in one block (I think it does, but I'm not certa