Whenever I talk to people that work with real-time preformance they tend to point out that the generated X86 assembly instructions are not that efficent.
With things like VMX on the horizon I have to ask, how likely is it that commercial C++ compilers will utilize these instruction sets? I get the feeling that compiler vendors don't emit particulary fancy assembly or focus on keeping ther compilers up to date.
And for that matter, what constitutes good X86 assembly in the first place?