C++ can be faster than C
Peter Soetens <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Organization | KU Leuven |
| Message-ID | <[email protected]> |
Hello, Toon Knapen was so kind to point me to an article which discusses "Type Based Alias Analysis". It is a technique that allows C++ programs to compile to faster code than C programs by analysing to which type a pointer points. At the end, the author discusses how templates benefit from this optimization too. http://www.ddj.com/documents/s=880/ddj0010d/0010d.htm Peter