[ksh93-integration-discuss] Trouble with "ERROR:ctfconvert:pics/wordexp.o: Couldn't parse stab "#vla0:(0, 14)" (source file pics/wordexp.o)" ...

Casper.Dik at Sun.COM Casper.Dik at Sun.COM
Tue Nov 14 01:25:07 PST 2006



>- Allocations do not require a function call, just a few instructions
>(e.g. store pointer, adjust stack pointer etc.)

You could aslo use "alloca()" (which is a fine solution in Solaris and
is used in a lot of Solaris library code, specifically the bits written
by more experienced programmers)

>- The code size and complexity shrinks significantly (e.g. no |free()|
>required in most situations)

Same with alloca.


Casper




More information about the ksh93-integration-discuss mailing list