:> >
:> > What disgusting code.  I find it amazing that they didn't even stick in
:> > some peephole optimizer to at least limit it to one operation.
:> 
:> It's clearly the result of work in progress :-).
:
:I see really cruddy stuff like this every time i do a gcc -S, don't
:they watch for and try to fix this sort of thing?
:
:-- 
:-Alfred Perlstein [[EMAIL PROTECTED]]

    I've been forced to add -mpreferred-stack-boundary=2 to critical code
    in certain projects to get rid of the crap GCC adds to the assembly.

    I don't mind if GCC aligns the stack for routines that actually need
    it, but what it does now - assume that the stack is already aligned and
    then realign in every single fragging procedure call is utterly and
    completely stupid.  Someone should shoot the idiot that put that into
    the tree.

                                                -Matt


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to