[)roi(];21682055 said:Yeah I have my doubts on that; without specifics it's hard to imagine many scenarios that these non asm solutions are demonstratively inefficient to the extent that asm is the only solution.
If compilers could generate perfect code, there would be no need for anyone to work on compiler optimizations. Yet, every release of a compiler lists new optimization improvements. Furthermore, without the proper language constructs, there is no way to express to the compiler exactly what needs to be optimized. All you really have to do is imagine a scenario, where performance is money. Classic examples are high speed trading, drivers and supercomputing.