Sciweavers

3706 search results - page 41 / 742
» To Cache or Not To Cache
Sort
View
SIGCSE
1999
ACM
193views Education» more  SIGCSE 1999»
15 years 6 months ago
Cache conscious programming in undergraduate computer science
The wide-spread use of microprocessor based systems that utilize cache memory to alleviate excessively long DRAM access times introduces a new dimension in the quest to obtain goo...
Alvin R. Lebeck
111
Voted
ISLPED
2005
ACM
103views Hardware» more  ISLPED 2005»
15 years 8 months ago
A non-uniform cache architecture for low power system design
This paper proposes a non-uniform cache architecture for reducing the power consumption of memory systems. The nonuniform cache allows having different associativity values (i.e.,...
Tohru Ishihara, Farzan Fallah
132
Voted
ISCA
2006
IEEE
169views Hardware» more  ISCA 2006»
15 years 8 months ago
Balanced Cache: Reducing Conflict Misses of Direct-Mapped Caches
Level one cache normally resides on a processor’s critical path, which determines the clock frequency. Directmapped caches exhibit fast access time but poor hit rates compared w...
Chuanjun Zhang
127
Voted
ISCAPDCS
2003
15 years 3 months ago
Utilization of Separate Caches to Eliminate Cache Pollution Caused by Memory Management Functions
Data intensive service functions such as memory allocation/de-allocation, data prefetching, and data relocation can pollute processor cache in conventional systems since the same ...
Mehran Rezaei, Krishna M. Kavi
109
Voted
ICCD
2004
IEEE
126views Hardware» more  ICCD 2004»
15 years 11 months ago
Implementation of Fine-Grained Cache Monitoring for Improved SMT Scheduling
Simultaneous Multithreading (SMT) is emerging as an effective microarchitecture model to increase the utilization of resources in modern super-scalar processors. However, co-sched...
Joshua L. Kihm, Daniel A. Connors