Publisher: Plum Hall, 1985, 157 pages
ISBN: 0-911537-05-8
Keywords: Programming
This book provides a small suite of C functions into which the reader can "plug in" any C statement and determine how many microseconds of CPU time it takes to execute. Expanding upon this technique, the book presents tables of CPU time and code space for C operators, control structures, and function calls. These allow the reader to make fairly accurate estimates of the resources that a program will take, without resorting to assembler listings.
The book discusses optimization techniques performed automatically by several compilers, as well as those techniques which can be effectively used by the programmer. Throughout the book, emphasis is placed upon techniques which are both efficient and portable.
Ah, the good ole days, when the debate where wether int or short variables had the fastest execution times in compiler X. Should be read by programmers today.
Comments
There are currently no comments
New Comment