Re: Optimizing for code size: new PR about issues with code hoisting

2007-10-20 Thread Steven Bosscher
On 10/20/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Oct 20, 2007, at 4:48 AM, Steven Bosscher wrote: > > > I hope the list is useful for someone who wishes to improve GCC's > > optimizations for code size. > > Is there a meta bug for code size optimizations? Yes there is. I made it depen

Re: Optimizing for code size: new PR about issues with code hoisting

2007-10-20 Thread Chris Lattner
On Oct 20, 2007, at 4:48 AM, Steven Bosscher wrote: I hope the list is useful for someone who wishes to improve GCC's optimizations for code size. Is there a meta bug for code size optimizations? If not, that would be a good way to centralize the various ideas you have. -Chris

Optimizing for code size: new PR about issues with code hoisting

2007-10-20 Thread Steven Bosscher
Hello, Earlier this year, I had a chat with Richard Earnshaw about code size optimizations in GCC. I'm of the opinion that GCC should be able to do better, if a small number of obvious shortcomings would be fixed. There are many passes that matter for code size, which are currently rather impaire