On 12/7/05, Charles Forsyth <[EMAIL PROTECTED]> wrote:
> (on unix) cc -S something.c
>         ./:rofix something.s
>         as -o something.o something.s
>
> where :rofix is a sh/ed/sed script that changes certain .data to .text

So it does the optimization possible with const.  Not the "interface"
part, though.  If you don't like type decorations, I guess this way's
better.

--Joel

Reply via email to