Sciweavers

152 search results - page 1 / 31
» Reducing dynamic compilation overhead by overlapping compila...
Sort
View
ASPDAC
2006
ACM
116views Hardware» more  ASPDAC 2006»
13 years 10 months ago
Reducing dynamic compilation overhead by overlapping compilation and execution
Priya Unnikrishnan, Mahmut T. Kandemir, Feihui Li
DATE
2009
IEEE
117views Hardware» more  DATE 2009»
13 years 11 months ago
Using dynamic compilation for continuing execution under reduced memory availability
—This paper explores the use of dynamic compilation for continuing execution even if one or more of the memory banks used by an application become temporarily unavailable (but th...
Ozcan Ozturk, Mahmut T. Kandemir
IPPS
1999
IEEE
13 years 9 months ago
Reducing Parallel Overheads Through Dynamic Serialization
If parallelism can be successfully exploited in a program, significant reductions in execution time can be achieved. However, if sections of the code are dominated by parallel ove...
Michael Voss, Rudolf Eigenmann
IPPS
2006
IEEE
13 years 11 months ago
Compiler assisted dynamic management of registers for network processors
Modern network processors support high levels of parallelism in packet processing by supporting multiple threads that execute on a micro-engine. Threads switch context upon encoun...
R. Collins, Fernando Alegre, Xiaotong Zhuang, Sant...
POPL
1994
ACM
13 years 9 months ago
Reducing Indirect Function call Overhead in C++ Programs
Modern computer architectures increasingly depend on mechanisms that estimate future control flow decisions to increase performance. Mechanisms such as speculative execution and p...
Brad Calder, Dirk Grunwald