A89: Re: Re: when malloc fails...


[Prev][Next][Index][Thread]

A89: Re: Re: when malloc fails...




Hi!

| In most cases you shouldn't have to use malloc() though.

Why not?

| In a related topic, does TIGCC support BSS blocks yet?

In Doors mode, it always did (as you know, since you made some changes to
the linker yourself).  Otherwise, it doesn't, because the TIOS doesn't
support them.  Instead, uninitialized global data is initialized
automatically unless the -mmlink switch is used.  MLink actually supports
uninitialized data in a really nice way.

| Can the TIOS support it?

No.

Bye,
Sebastian Reichelt




References: