Sciweavers

4747 search results - page 132 / 950
» Shuffle Memory System
Sort
View
ASPLOS
2012
ACM
13 years 9 months ago
Scalable address spaces using RCU balanced trees
Software developers commonly exploit multicore processors by building multithreaded software in which all threads of an application share a single address space. This shared addre...
Austin T. Clements, M. Frans Kaashoek, Nickolai Ze...
MICRO
2007
IEEE
139views Hardware» more  MICRO 2007»
15 years 8 months ago
Stall-Time Fair Memory Access Scheduling for Chip Multiprocessors
DRAM memory is a major resource shared among cores in a chip multiprocessor (CMP) system. Memory requests from different threads can interfere with each other. Existing memory acc...
Onur Mutlu, Thomas Moscibroda
CEC
2007
IEEE
15 years 8 months ago
Static experts and dynamic enemies in coevolutionary games
Abstract— The usage of memory in coevolutionary systems offers a wide range of research possibilities, especially when evolving computationally intelligent computer players for g...
Phillipa M. Avery, Zbigniew Michalewicz
IPPS
2003
IEEE
15 years 7 months ago
Model Checking a Cache Coherence Protocol for a Java DSM Implementation
Jackal is a fine-grained distributed shared memory implementation of the Java programming language. It aims to implement Java’s memory model and allows multithreaded Java progr...
Jun Pang, Wan Fokkink, Rutger F. H. Hofman, Ronald...
98
Voted
ISCA
1997
IEEE
98views Hardware» more  ISCA 1997»
15 years 5 months ago
Prefetching Using Markov Predictors
Prefetching is one approach to reducing the latency of memory operations in modern computer systems. In this paper, we describe the Markov prefetcher. This prefetcher acts as an i...
Doug Joseph, Dirk Grunwald