Re: programming language that does not inhibit further optimization by gcc

2019-03-30 Thread Albert Abramson
For struct packing, I suppose you could just order your entries > largest-first which is one approach, but it's kinda like the 0-1 > knapsack problem. > > > On 15 October 2013 01:31, Albert Abramson > wrote: > > I have been looking everywhere online and talking to ot

programming language that does not inhibit further optimization by gcc

2013-10-14 Thread Albert Abramson
I have been looking everywhere online and talking to other coders at every opportunity about this, but cannot find a complete answer. Different languages have different obstacles to complete optimization. Software developers often have to drop down into non-portable Assembly because they can't get