Related articles |
---|
Optimal Cache management ali.lums.pk@gmail.com (IQ) (2008-06-11) |
Re: Optimal Cache management kamalpr@hp.com (kamal) (2008-06-17) |
From: | kamal <kamalpr@hp.com> |
Newsgroups: | comp.compilers |
Date: | Tue, 17 Jun 2008 04:24:05 -0700 (PDT) |
Organization: | Compilers Central |
References: | 08-06-023 |
Keywords: | storage |
Posted-Date: | 17 Jun 2008 19:22:41 EDT |
On Jun 11, 8:12 pm, IQ <ali.lums...@gmail.com> wrote:
> Is there a work which deals with the optimal cache management?
Yes -there has been plenty of work to improve the cache hit ratio,
mostly for the data cache. [There are 2 types of caches, data for [r-
fetching program data and instruction -for pre-fetching instructions].
There are some tools to evaluate/analyze dcache miss rates, so that
programmers can fine tune their applications to lower cache miss.
ref:-
www.cs.rochester.edu/u/sandhya/papers/pact03.ps
Just google for papers or refer to the book "Advanced Compiler design
& implementation" by Steven Muchinick.
regards
-kamal
Return to the
comp.compilers page.
Search the
comp.compilers archives again.