Sciweavers

152 search results - page 1 / 31
» Reducing dynamic compilation overhead by overlapping compila...
Sort
View
ASPDAC
2006
ACM
116views Hardware» more  ASPDAC 2006»
15 years 6 months ago
Reducing dynamic compilation overhead by overlapping compilation and execution
Priya Unnikrishnan, Mahmut T. Kandemir, Feihui Li
100
Voted
DATE
2009
IEEE
117views Hardware» more  DATE 2009»
15 years 7 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
114
Voted
IPPS
1999
IEEE
15 years 4 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
118
Voted
IPPS
2006
IEEE
15 years 6 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...
96
Voted
POPL
1994
ACM
15 years 4 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