I must say there definately is a very noticable improvement to system responsiveness. It may only remove three instructions from some function calls, but it frees up a register or two allowing for better optimisation in other ways.The biggest improvement in performance will come by adding -fomit-frame-pointer to your flags.
Yeah, using registers is an extreme speedup, so gaining one (or more) should indeed be noticeable.
-- [EMAIL PROTECTED] mailing list
