Book on low level program optimization
- From: gnalle@xxxxxx (Niels L. Ellegaard)
- Date: 29 May 2005 08:30:44 +0200
Can anybody recommend a book or a nice set of lecture notes on
lowlevel program optimization for numerical programs?
What is the cost of different mathematical operations? (addition
multiplication ect)
When is it harmful to place an if-then structure within a fast loop?
When is it harmful to make too many subroutine calls? (c++ allows me
to make "inline functions", but fortran does not. Does that make a
difference?)
I know that I can use a profiler such as gprof to answer some of these
questions myself, but I would prefer to read a good book.
Niels
.
- Follow-Ups:
- Re: Book on low level program optimization
- From: Joost
- Re: Book on low level program optimization
- From: David Flower
- Re: Book on low level program optimization
- From: J DUDLEY
- Re: Book on low level program optimization
- From: beliavsky
- Re: Book on low level program optimization
- From: Dan Nagle
- Re: Book on low level program optimization
- Prev by Date: Re: question about "call qsort"
- Next by Date: Re: Book on low level program optimization
- Previous by thread: question about "call qsort"
- Next by thread: Re: Book on low level program optimization
- Index(es):