> 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 ()
{
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
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
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
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