Where have the universities gone?
Posted Jul 25, 2007 7:01 UTC (Wed) by
ms (subscriber, #41272)
In reply to:
Where have the universities gone? by roelofs
Parent article:
Where have the universities gone?
if you don't have a clue what the compiler is doing under the covers, how are you going to understand even basic performance issues like branch (mis)prediction and so forth? Hearing about them in some lecture is one thing; understanding what's going on at a gut level is entirely another.
I fail to see how that has anything to do with C. I've done two courses on hardware - I have the P&H and the H&P books on my shelf and I've read them. I can talk for hours about the different types of branch prediction, superscalar design, different tradeoffs in cache design etc etc etc. I've written compilers. I can recite algorithms for garbage collection.
But I would not claim to have any knowledge of C. Some of the brightest programmers I know are similarly inclined. The London Banks certainly don't care about knowledge of C and I can't think of many companies in London that really do...
(
Log in to post comments)